space.highport.manage.disconnectSpace

lexicons.highport.space

{
  "id": "space.highport.manage.disconnectSpace",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "space"
          ],
          "properties": {
            "space": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "SpaceNotFound",
          "description": "Bard is not connected to that space."
        },
        {
          "name": "NotSpaceAuthority",
          "description": "Only the space's authority may disconnect it."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "disconnected",
            "releasedDomains"
          ],
          "properties": {
            "disconnected": {
              "type": "boolean"
            },
            "releasedDomains": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "The hostnames that were released."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Forget a space: release its domains, purge them after the usual grace period, discard the credential and key, and stop renewing. Authority only."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.highport.manage.disconnectSpace

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ciygg5hma4q7ah2kxaszkyob
CID
bafyreigh74vmrvnzjkcl4rppnatwu6sbge6h72cmb4izeuciqw2bdjhwzy
Indexed At
2026-09-17 17:49 UTC
AT-URI
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.manage.disconnectSpace

Version History (2 versions)

Lexicon Garden

@