revoke_api_key
Revoke an API key by ID to immediately cut access. Prevents the key from authenticating requests, except for the key used in the current request and internal service keys.
Instructions
Revoke (delete) an API key by id. Access is cut immediately. Refused for the key authenticating this request and for internal service keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | API key id. | |
| sender | No | Product/sender externalId sent as X-Drin-Sender. Required only for account-wide API keys; overrides the server's default sender. |