Revoke sessions for the authenticated user. Use the target query parameter to specify which sessions to revoke.
Access token obtained from session refresh
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)
all, others, mine, session Required when target is "session". The ID of the session to revoke.
"ses_01jqebhswje1ka1z7ahr9rfsgt"
No Content