Skip to content
Get started

Revoke a circle API key

DELETE/api/circles/{id}/api-keys/{keyId}

Permanently revokes a circle API key. Caller must be the circle owner or an admin.

Path ParametersExpand Collapse
id: string
keyId: string
ReturnsExpand Collapse
deleted: optional boolean

Revoke a circle API key

curl https://racks.cash/api/circles/$ID/api-keys/$KEY_ID \
    -X DELETE
{
  "deleted": true
}
Returns Examples
{
  "deleted": true
}