Revoke API Key
Permanently revoke an API key, disabling all further access
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently revoke an API key, disabling all further access
DELETE /v1/api-keys/:id
| Parameter | Type | Description |
|---|---|---|
id | string | The API key ID (UUID or key_id) |
{
"data": { "revoked": true },
"meta": { "request_id": "550e8400-e29b-41d4-a716-446655440000" }
}
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Cannot revoke the key currently in use |
| 404 | not_found | API key not found |
Was this page helpful?