Skip to main content

Revoke all sessions

DELETE 

/v1/me/sessions

Revoke ALL of the authenticated user's login sessions, including the current one — a full log-out-everywhere. The current access token stays valid until it expires (~15m); the client should discard it and re-authenticate. SPEC-15 §5.2/§15.2.

Responses

Default Response

Response Headers
    X-Request-Id

    ULID stamped on every response and propagated through error envelopes. Use it when filing support tickets — it identifies the exact request in the structured logs (requestId field).

    X-RateLimit-Limit

    Requests-per-second ceiling for the current bucket (per-organization for authenticated calls, per-IP for public ones).

    X-RateLimit-Remaining

    Tokens left in the bucket after this request.

    X-RateLimit-Reset

    ISO-8601 timestamp when the bucket will be fully refilled.