revoke_api_key
Invalidate an API key permanently to immediately block authentication. Use when a key is compromised or no longer needed; replacement key required.
Instructions
Permanently revoke an API key. The key stops authenticating immediately. This cannot be undone — a new key must be created to replace it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key_id | Yes | UUID of the key to revoke. Get it from list_api_keys. |