Auth
Revoke Session
Revoke one of the logged-in user’s own dashboard sessions.
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.