revoke_api_key
Permanently revoke an API key to prevent unauthorized access when it has leaked or is no longer needed. This action is irreversible and stops all future requests using that key.
Instructions
Permanently revoke an API key — all subsequent requests using it will fail. When to use: a key has leaked or is no longer needed. Confirm with the user — irreversible. Returns: { success: boolean }. Example: { id: 17 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | API key ID to revoke |