Revoke API Key
revoke_api_keyPermanently invalidate an API key to block access. Any future request using it returns 401, and this action cannot be undone.
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`). |