Revoke the current access token

View as Markdown

Immediately invalidates the access token used to authenticate this call (its jti is denylisted for the remainder of its lifetime). Use it when rotating credentials or when a token may have leaked. Subsequent requests with the token fail with 401 API_AUTH.TOKEN_REVOKED; obtain a new token at POST /api/v1/auth/token.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Token revoked.

Errors

401
Unauthorized Error
503
Service Unavailable Error