Revoke API Key
revoke_api_keyPermanently invalidate an API key to block unauthorized access. Any request with the revoked key returns a 401 error and cannot be reversed.
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`). |