Skip to main content
DELETE
/
api
/
api-keys
/
{id}
Revoke an API key
curl --request DELETE \
  --url https://app.dacard.ai/api/api-keys/{id} \
  --cookie __session=
{
  "ok": true
}

Authorizations

__session
string
cookie
required

Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.

Path Parameters

id
string
required

API key ID

Response

API key revoked

ok
boolean
Example:

true