{
"id": "rip.pds.account.deleteAccount",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AccountNotFound",
"description": "No live account with that DID was minted by the caller."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"did",
"deleted"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"deleted": {
"type": "boolean"
}
}
},
"encoding": "application/json"
},
"description": "Delete an account the caller minted, ahead of its expiry. The identity is retired as it would have been on expiry."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:w24v65i3bcsxk6mbbgfdukve
- CID
-
bafyreie45gapyfmyzsp5yrnse3dgv4ed73uc2gipsjheamkiochfj7qef4
- Indexed At
- 2026-09-18 06:29 UTC
- AT-URI
-
at://did:plc:w24v65i3bcsxk6mbbgfdukve/com.atproto.lexicon.schema/rip.pds.account.deleteAccount