{
"id": "com.getorbyt.community.cancelDeletion",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"community"
],
"properties": {
"community": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "CommunityNotFound"
},
{
"name": "InsufficientRole"
},
{
"name": "InvalidState"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"publicationState",
"changed"
],
"properties": {
"changed": {
"type": "boolean"
},
"publicationState": {
"type": "string",
"knownValues": [
"unpublished"
]
}
}
},
"encoding": "application/json"
},
"description": "Cancels deletion before the current declaration has been deleted from its PDS. Requires authenticated service authorization by the current declaration holder."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:2xrqztnmzlckb3xfuuukupso
- CID
-
bafyreiey3u7lpf53jrcqmxt5gsfrhu7ckpdc4fim2fcweepjsz5vewwtgm
- Indexed At
- 2026-09-02 18:57 UTC
- AT-URI
-
at://did:plc:2xrqztnmzlckb3xfuuukupso/com.atproto.lexicon.schema/com.getorbyt.community.cancelDeletion