Delete an existing personal access token for the authenticated user.
Use this endpoint to revoke credentials that are no longer trusted or needed.
Common scenarios:
Deletion is name-based and should be treated as an immediate revocation step. After deletion, requests authenticated with that token should no longer be authorized.
Recommended rotation workflow:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Payload used to delete a personal access token by name.
The personal access token name to delete.
1 - 256Personal access token deleted