{
"id": "place.wisp.v2.site.delete",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"siteRkey"
],
"properties": {
"siteRkey": {
"type": "string",
"format": "record-key",
"description": "Owned place.wisp.fs record key to delete from wisp metadata."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "InvalidRequest"
},
{
"name": "NotFound"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"siteRkey",
"deleted",
"unmappedDomains"
],
"properties": {
"deleted": {
"type": "boolean",
"const": true
},
"siteRkey": {
"type": "string",
"format": "record-key"
},
"unmappedDomains": {
"type": "array",
"items": {
"ref": "#unmappedDomain",
"type": "ref"
},
"description": "Domains that were detached from this site before deletion."
}
}
},
"encoding": "application/json"
},
"description": "Delete one owned site metadata entry and unmap any domains pointing to it."
},
"unmappedDomain": {
"type": "object",
"required": [
"domain",
"kind",
"status"
],
"properties": {
"kind": {
"enum": [
"wisp",
"custom"
],
"type": "string"
},
"domain": {
"type": "string",
"maxLength": 253,
"minLength": 3
},
"status": {
"enum": [
"pendingVerification",
"verified"
],
"type": "string"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:7puq73yz2hkvbcpdhnsze2qw
- CID
-
bafyreibgs3qmpms7ta7s2sefgmvzipvn5rulgkvc7fs76blptdx4l43upm
- Indexed At
- 2026-05-24 05:17 UTC
- AT-URI
-
at://did:plc:7puq73yz2hkvbcpdhnsze2qw/com.atproto.lexicon.schema/place.wisp.v2.site.delete