The Only API docs
API Keys

Revoke a secondary API key

Revoke a secondary key. PRIMARY-KEY ONLY — calling this with a secondary key returns 403. The primary Default key is non-revocable; rotate it via POST /rotate-key…

DELETE
/api-keys/{key_id}

Revoke a secondary key. PRIMARY-KEY ONLY — calling this with a secondary key returns 403. The primary Default key is non-revocable; rotate it via POST /rotate-key instead.

Guide: Get an API key

X-API-Key<token>

Your CRM panel API key

In: header

Path Parameters

key_id*integer

Response Body

application/json

curl -X DELETE "https://example.com/api-keys/0"
{  "success": true}