Session Management
Revoke sessions
Revoke sessions for the authenticated user. Use the target query parameter to specify which sessions to revoke.
POST
Revoke sessions
Authorizations
Access token obtained from session refresh
Query Parameters
Which sessions to revoke: - all: revoke all sessions including the current one - others: revoke all sessions except the current one - mine: revoke only the current session - session: revoke a specific session (requires session_id parameter)
Available options:
all, others, mine, session Required when target is "session". The ID of the session to revoke.
Example:
"ses_01jqebhswje1ka1z7ahr9rfsgt"
Response
No Content
Revoke sessions