revoke_api_key
Permanently revoke an API key by confirming with true. Irreversible; immediately disables access for clients using the key.
Instructions
Permanently revoke an API key. Pass confirm: true to proceed — this is irreversible and any clients using this key will stop working immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyId | Yes | API key ID from list_api_keys | |
| confirm | Yes | Must be true to confirm revocation |