532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
20 lines
413 B
JSON
20 lines
413 B
JSON
{
|
|
"id": "com.atproto.server.deleteSession",
|
|
"defs": {
|
|
"main": {
|
|
"type": "procedure",
|
|
"errors": [
|
|
{
|
|
"name": "InvalidToken"
|
|
},
|
|
{
|
|
"name": "ExpiredToken"
|
|
}
|
|
],
|
|
"description": "Delete the current session. Requires auth using the 'refreshJwt' (not the 'accessJwt')."
|
|
}
|
|
},
|
|
"$type": "com.atproto.lexicon.schema",
|
|
"lexicon": 1
|
|
}
|