Skip to main content
DELETE
/
publishable-keys
Revoke publishable key
curl --request DELETE \
  --url https://app.usechar.ai/api/publishable-keys \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "key_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "success": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.usechar.com/llms.txt

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

Authorizations

Authorization
string
header
required

WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.

Body

application/json
key_id
string<uuid>
required

Response

OK

success
any
required