revoke_api_key
Revoke one API key of your account by id; calls with that key stop working immediately and the key cannot be restored. Use it when a key leaked or a service is retired; ids come from list_api_keys. Not for pausing a key (set its budget to a small cap with configure_key instead) and not for the key you are calling with unless you hold another. Returns JSON: id, name, revoked_at. Idempotent. Needs your API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key_id | Yes | The id of the API key to revoke |