lol.dids.manage.releaseDomain

ngerakines.me

Documentation

Release a domain: deactivate its site, stop authorizing the domain at the TLS permission endpoint, and revoke and delete its certificate. The content-addressed blobs survive — they may be shared — and are reclaimed by garbage collection.

main procedure

Release a domain: deactivate its site, stop authorizing the domain at the TLS permission endpoint, and revoke and delete its certificate. The content-addressed blobs survive — they may be shared — and are reclaimed by garbage collection.

Input

Encodingapplication/json
domain string Required

The registered hostname.

maxLength: 253 bytes

Output

Encodingapplication/json
released boolean Required

No description available.

Errors

DomainNotFound No registration for that domain belongs to the caller.
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "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."
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "released"
      ],
      "properties": {
        "released": {
          "type": "boolean"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Release a domain: deactivate its site, stop authorizing the domain at the TLS permission endpoint, and revoke and delete its certificate. The content-addressed blobs survive — they may be shared — and are reclaimed by garbage collection."
}

Lexicon Garden

@