Hard-deletes a contact. The contact’s ID is passed in the JSON body as contactId (NOT in the URL path). Returns 404 if no contact with that ID is owned by the caller.
Returns { success: true } on successful delete.
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>.
DELETE payload. The contact ID is passed in the JSON body, not the URL path.
Contact deleted