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

Authorizations

Authorization
string
header
required

Supabase JWT with client_id claim

Path Parameters

keyId
string<uuid>
required

API key ID to revoke

Response

200 - application/json

Key revoked

success
boolean