Revoke one of the caller's personal access tokens
DELETE/api/v1/personal-access-tokens/:token_id
Requires same-origin mutation proof and a normal session. It is idempotent and never reveals whether a token identifier belonged to another member.
Request
Responses
- 204
- 401
- 403
- 503
Token revoked or already absent
The opaque credential is absent, ambiguous, malformed, expired, revoked, or invalid
The browser mutation did not originate from this application, or the authenticated member lacks the required permission
A required core dependency is unavailable; retry with bounded backoff