space.highport.manage.disableDelegation

lexicons.highport.space

{
  "id": "space.highport.manage.disableDelegation",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "domain"
          ],
          "properties": {
            "domain": {
              "type": "string",
              "maxLength": 253,
              "description": "The base: a domain registered to the caller."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "NotBaseOwner",
          "description": "No verified or active registration of that domain belongs to the caller."
        },
        {
          "name": "DelegationHasReservations",
          "description": "Names are still reserved under the base; release each with releaseReservation first."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "domain",
            "disabled"
          ],
          "properties": {
            "domain": {
              "type": "string"
            },
            "disabled": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Stop a base handing out names: remove its probe and clear its delegation state. Refused while any reservation remains under the base, because releasing another identity's name is a deliberate releaseReservation each. A certificate grant on the base is left alone, because certificate mode belongs to the base rather than to delegation."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.highport.manage.disableDelegation

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ciygg5hma4q7ah2kxaszkyob
CID
bafyreigt6uqvuj4war5boqr2ifwqvga26wcpees56cbxk3hvmad2irtvf4
Indexed At
2026-09-15 17:46 UTC
AT-URI
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.manage.disableDelegation

Version History (2 versions)

Lexicon Garden

@