com.atproto.server.deleteSession

atproto-lexicons.bsky.social

Documentation

Delete the current session. Requires auth using the 'refreshJwt' (not the 'accessJwt').

main procedure

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.

These methods interact directly with Personal Data Servers and require careful handling. Use a dedicated client or CLI tool instead.
View raw schema
{
  "type": "procedure",
  "errors": [
    {
      "name": "InvalidToken"
    },
    {
      "name": "ExpiredToken"
    }
  ],
  "description": "Delete the current session. Requires auth using the 'refreshJwt' (not the 'accessJwt')."
}

Lexicon Garden

@