{
"id": "pub.chive.sync.deleteRecord",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the record to mark as deleted"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidRequest"
},
{
"name": "AuthenticationRequired"
},
{
"name": "NotFound"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"deleted"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the deleted record"
},
"error": {
"type": "string",
"description": "Error message (if failed)"
},
"deleted": {
"type": "boolean",
"description": "Whether deletion succeeded"
}
}
},
"encoding": "application/json"
},
"description": "Mark a record as deleted in Chive's index (owner or admin only)"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreiddd5ljsph5qq7qugxw5gypay5jqu3nujfh22xuw4bpcuw52mn4ma
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.sync.deleteRecord