Files
bsky-social-app/lexicons/com/atproto/server/deleteSession.json
T
2026-08-13 12:26:12 -07:00

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
}