Skip to main content
DELETE
/
api
/
v1
/
keys
/
{keyId}
Revoke API key
curl --request DELETE \
  --url https://carboncopy.news/api/v1/keys/{keyId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Privy JWT obtained after authenticating with your Privy account. Required only for key management endpoints.

Path Parameters

keyId
string
required

ID of the key to revoke.

Example:

"key_abc123"

Response

Key revoked.

success
boolean
Example:

true