Soft-deletes (revokes) a PAT by setting its revoked_at timestamp. Revocation is permanent, the user cannot un-revoke. Future requests carrying this token will fail authentication.
Browser session required. PATs cannot revoke other PATs.
Returns { success: true } whether the key existed and was revoked, or did not exist for the caller (idempotent).
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.
A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.
The PAT's UUID.
Token revoked (or never existed for this user)