Revoke API Key
revoke_api_keyPermanently invalidate an API key to stop unauthorized access. Any request using the revoked key returns 401, and the action cannot be undone—create a new key if needed.
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`). |