Revoke my session
Revokes the session immediately (`state: revoked`). This is the logout operation. The __nextgen_session cookie issued at creation (or superseded by a handoff exchange) is required. After revocation, any tokens derived from this session are invalidated including the cookie itself, which is cleared in the response.
Revokes the session immediately (state: revoked). This is the logout operation.
The __nextgen_session cookie issued at creation (or superseded by a handoff exchange) is required. After revocation, any tokens derived from this session are invalidated including the cookie itself, which is cleared in the response.
Authorization
nextgenSession The __nextgen_session cookie issued at session creation or superseding handoff exchange.
A missing or invalid cookie yields 401 with code auth.unauthorized and the message
Missing or invalid session token.
In: cookie
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/sessions/me"{ "code": "string", "message": "string", "details": {}}{ "code": "string", "message": "string", "details": {}}{ "code": "string", "message": "string", "details": {}}{ "code": "string", "message": "string", "details": {}}List sessions GET
Returns a paginated list of sessions for a project. Requires a project service key (OAuth2 client credentials).
Revoke session DELETE
Revokes the session immediately (`state: revoked`). This is the logout operation. The session_token issued at creation (or superseded by a handoff exchange) is required. After revocation, any tokens derived from this session are invalidated.