Account API
Delete User API Token
Revoke a personal access token (PAT)
DELETE
Delete User API Token
Revoke a personal access token. The token is invalidated immediately and any further requests using it return401.
This endpoint is part of the Account API and is authenticated with a user session token.
Endpoint
Path parameters
ID of the token to revoke. Use List User API Tokens to find the ID.
Request headers
User session token. Format:
Bearer <user_session_token>.Examples
Response
Notes
- Revocation is immediate and irreversible.
- Existing requests in flight using the revoked token will complete; new requests will fail with
401.