Skip to main content
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.

Authorizations

recurso_session
string
cookie
required

Dashboard user session cookie (httpOnly) issued by POST /auth/register and POST /auth/login. v1 endpoints accept EITHER this cookie or the tenant API key (bearerAuth).

Response

Other sessions revoked.

message
string