532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
43 lines
947 B
JSON
43 lines
947 B
JSON
{
|
|
"id": "com.atproto.server.deleteAccount",
|
|
"defs": {
|
|
"main": {
|
|
"type": "procedure",
|
|
"input": {
|
|
"schema": {
|
|
"type": "object",
|
|
"required": [
|
|
"did",
|
|
"password",
|
|
"token"
|
|
],
|
|
"properties": {
|
|
"did": {
|
|
"type": "string",
|
|
"format": "did"
|
|
},
|
|
"token": {
|
|
"type": "string"
|
|
},
|
|
"password": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
},
|
|
"encoding": "application/json"
|
|
},
|
|
"errors": [
|
|
{
|
|
"name": "ExpiredToken"
|
|
},
|
|
{
|
|
"name": "InvalidToken"
|
|
}
|
|
],
|
|
"description": "Delete an actor's account with a token and password. Can only be called after requesting a deletion token. Requires auth."
|
|
}
|
|
},
|
|
"$type": "com.atproto.lexicon.schema",
|
|
"lexicon": 1
|
|
}
|