Delete the current session. Requires auth using the 'refreshJwt' (not the 'accessJwt').
Errors
InvalidToken
ExpiredToken
Try It
Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.
View raw schema
{
"type": "procedure",
"errors": [
{
"name": "InvalidToken"
},
{
"name": "ExpiredToken"
}
],
"description": "Delete the current session. Requires auth using the 'refreshJwt' (not the 'accessJwt')."
}