Revoke API Key
ethora-api-key-revokeRevoke an API key by its ID to immediately stop clients using that key from working. Provide the key ID from list or create operations.
Instructions
Revoke one of the current user's API keys by id. Clients using that key stop working immediately.
Requires: a key id from ethora-api-key-list or ethora-api-key-create.
Auth: user auth. Errors: 404 unknown id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | API key id as returned by `ethora-api-key-create` / `ethora-api-key-list`. |