Skip to main content
DELETE
/
api
/
user
/
api-keys
/
{id}
Revoke a Personal Access Token (browser session only)
curl --request DELETE \
  --url https://app.auditynow.com/api/user/api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.

Path Parameters

id
string<uuid>
required

The PAT's UUID.

Response

Token revoked (or never existed for this user)

success
boolean
required