Skip to main content
DELETE
/
v1
/
auth
/
keys
/
{id}
Revoke API key
curl --request DELETE \
  --url https://api.usenaive.ai/v1/auth/keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "revoked": true
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

id
string
required

Response

Revoked.

id
string
revoked
boolean