Cancels deletion before the current declaration has been deleted from its PDS. Requires authenticated service authorization by the current declaration holder.
Input
Encoding
application/jsoncommunity
stringat-uri
Required
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
Output
Encoding
application/jsonchanged
boolean
Required
No description available.
publicationState
string
Required
No description available.
Known values:
unpublishedErrors
AuthenticationRequired
CommunityNotFound
InsufficientRole
InvalidState
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"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."
}