cURL
curl --request DELETE \ --url https://api.circular.rosetta.sh/api/v1/client/keys/{keyId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Revoke an API key. This action is irreversible.
Supabase JWT with client_id claim
API key ID to revoke
Key revoked