Skip to main content
DELETE
/
api
/
chat-keys
/
{id}
Revoke an API key
curl --request DELETE \
  --url https://operator.io/api/chat-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

API key (ck_live_...). Create one in Settings > API Keys.

Path Parameters

id
string
required

Response

200 - application/json

Revoked.

ok
boolean