Revoke API Key
revoke_api_keyPermanently revoke an API key to prevent unauthorized access. Invalidates the key immediately, causing all subsequent requests to return a 401 error.
Instructions
Permanently invalidate an API key. Any subsequent request using it returns 401. Cannot be undone — the user would have to create_api_key again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_id | Yes | UUID of the key to revoke (from `list_api_keys`). |