Users

Delete a personal access token for the authenticated user

Revokes a personal-access token issued to the currently authenticated user. The revocation takes effect immediately — any in-flight requests using the token will continue to succeed, but subsequent requests will be rejected.

delete/personal-access-tokens/{tokenId}

Path parameters

tokenIdstring required

Stable identifier for the personal-access token. Only the user who owns the token (or an admin acting on their behalf) can read or revoke it. Use this to scope deletePersonalAccessToken calls to a specific token.

Response

The personal access token was successfully deleted.

Changes