Revoke Access Token
revoke_access_tokenRevoke a personal access token by its unique ID to disable API access for clients using that token.
Instructions
Revoke an existing personal access token by id. This is destructive for API clients using that token; list tokens first if the id is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Access token id returned by list_access_tokens or generate_access_token. |