Revoke a personal access token. Use this when the user wants to invalidate a token; use listUserTokens to find the id. Deletes a user access token by its `{id}` from v1ListUserTokens (not the secret value). Destructive and irreversible — integrations using it will 401 immediately. 404 for unknown/deleted ids; 204 No Content on success.
deleteUserTokenRevoke a personal access token. Use this when the user wants to invalidate a token; use listUserTokens to find the id.
Deletes a user access token by its {id} from v1ListUserTokens (not the
secret value). Destructive and irreversible — integrations using it will 401
immediately. 404 for unknown/deleted ids; 204 No Content on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Token ID |