Skip to content
Get started

Revoke API token

DELETE/api/auth/api-keys/{id}/

Permanently revoke an API token.

Path ParametersExpand Collapse
id: string
formatuuid
Revoke API token
curl https://api.overmindlab.ai/api/auth/api-keys/$ID/ \
    -X DELETE
Returns Examples