{
"id": "pub.chive.admin.deleteContent",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"uri",
"collection"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the content to delete"
},
"reason": {
"type": "string",
"description": "Reason for deletion"
},
"collection": {
"type": "string",
"description": "Collection NSID",
"knownValues": [
"pub.chive.eprint.submission",
"pub.chive.review.comment",
"pub.chive.review.endorsement",
"pub.chive.eprint.userTag"
]
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "AdminRequired"
},
{
"name": "InvalidRequest"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"success"
],
"properties": {
"success": {
"type": "boolean",
"description": "Whether the content was deleted"
}
}
},
"encoding": "application/json"
},
"description": "Soft-delete content from the index by URI and collection"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreicf5hfexfl24hl5prsoar5vuwtaahlhh3x5nlhraltltwo52xxfey
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.admin.deleteContent