Skip to main content
DELETE
/
v1
/
workspaces
/
{workspace_id}
/
keys
/
{key_id}
Revoke an API Key
curl --request DELETE \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/keys/{key_id} \
  --header 'Authorization: Bearer <token>'
Revokes an API key. Owners and admins can revoke any key in the workspace. Members can revoke keys they created.
This endpoint uses session authentication, not API key authentication. See Authentication.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.