Skip to main content
DELETE
/
v1
/
auth
/
api-keys
/
{key_id}
Revoke API key
curl --request DELETE \
  --url https://api.clipping.cc/v1/auth/api-keys/{key_id} \
  --header 'Authorization: Bearer <token>'
{
  "revoked": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer ck_live_…

Path Parameters

key_id
string
required

Response

Key revoked.

revoked
boolean