place.wisp.v2.domain.delete

wisp.place

{
  "id": "place.wisp.v2.domain.delete",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "domain"
          ],
          "properties": {
            "domain": {
              "type": "string",
              "maxLength": 253,
              "minLength": 3,
              "description": "Fully-qualified domain to delete (wisp subdomain or custom domain)."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "InvalidDomain"
        },
        {
          "name": "NotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "domain",
            "deleted"
          ],
          "properties": {
            "domain": {
              "type": "string"
            },
            "deleted": {
              "type": "boolean",
              "const": true
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Delete a claimed domain owned by the authenticated DID."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.wisp.v2.domain.delete

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7puq73yz2hkvbcpdhnsze2qw
CID
bafyreiext356etkqfn3tafjkatl3qbwbh4clqcvqwaqn46fki7s45vbhta
Indexed At
2026-05-24 05:17 UTC
AT-URI
at://did:plc:7puq73yz2hkvbcpdhnsze2qw/com.atproto.lexicon.schema/place.wisp.v2.domain.delete

Lexicon Garden

@