space.highport.manage.releaseDomain

lexicons.highport.space

{
  "id": "space.highport.manage.releaseDomain",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "domain"
          ],
          "properties": {
            "domain": {
              "type": "string",
              "maxLength": 253,
              "description": "The registered hostname."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "DomainNotFound",
          "description": "No registration for that domain belongs to the caller."
        },
        {
          "name": "DomainIsDelegationProbe",
          "description": "The domain is a delegation base's probe. Use disableDelegation to remove it."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "released"
          ],
          "properties": {
            "released": {
              "type": "boolean"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Release a domain: deactivate its site and stop authorizing it for TLS. Certificates already issued for it stay valid until they expire. If the domain is a base with a wildcard grant, the grant ends and the wildcard is revoked and deleted; no account can take the domain until that finishes. Stored blobs are left for garbage collection."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.highport.manage.releaseDomain

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Version History (4 versions)

Lexicon Garden

@