Skip to main content
DELETE
Revoke a single session
Deletes a single session belonging to the logged-in user, signing that device out immediately. Find session IDs with List Sessions. A session that does not exist (already revoked or purged), or belongs to another user, returns 404 — ownership is never disclosed. Expiry is not checked here: a session that has expired but not yet been purged is deleted and returns 200 like any other. To sign out everywhere except the current device, use Revoke Other Sessions. Requires a logged-in user session; API-key callers receive 401.

Path Parameters

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).

Path Parameters

id
string<uuid>
required

Response

Session revoked.

message
string