Auth
Revoke Other Sessions
Revoke every session belonging to the logged-in user except the current one.
DELETE
Revoke all other sessions
Deletes all of the logged-in user’s sessions except the one making the request
(“log out everywhere else”). The current session is identified by the
recurso_session cookie, so this endpoint only works with a live cookie — an
API key cannot say which session to keep. To sign out of a specific device
instead, use Revoke Session; to see what
is active, use List Sessions.
Example Request
Example Response
Errors
Errors use the standard envelope — see Errors.