Skip to main content
DELETE
/
v0
/
api-keys
/
{key_id}
curl --request DELETE \
  --url 'https://api.unify.ai/v0/api-keys/<key_id>' \
  --header "Authorization: Bearer $UNIFY_KEY"
// No Content
Revoke (delete) an API key. Users can only revoke their own keys. Organization keys can only be revoked if the user is still a member of that organization.

Authorizations

Authorization
string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

key_id
integer
required
curl --request DELETE \
  --url 'https://api.unify.ai/v0/api-keys/<key_id>' \
  --header "Authorization: Bearer $UNIFY_KEY"
// No Content