Tool
users_apikeys_revoke
Revoke an API key immediately.
Revoke an API key immediately. A revoked server key stops authenticating code exchanges on the next request; there is no grace period and no un-revoke.
Behavior
- HTTP
DELETE /users/api-keys/:id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | Id of the key to revoke. Revocation is immediate and final. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | |
| revoked | boolean | • |
Try it
Revoke an API key immediately.