cURL
curl --request DELETE \ --url https://otel.logclaw.ai/api/admin/api-keys \ --header 'Content-Type: application/json' \ --header 'x-logclaw-api-key: <api-key>' \ --data ' { "id": "key_abc123" } '
{ "status": "ok", "revokedId": "key_abc123" }
Permanently revoke an API key. The key stops working immediately — any requests using it will receive 401 Unauthorized. This action is irreversible.
401 Unauthorized
Your project API key (starts with lc_proj_)
lc_proj_
The key ID to revoke
"key_abc123"
Key revoked