Delete a Nucleus contact
Nucleus
Delete a Nucleus contact
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.
DELETE
Delete a Nucleus contact
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
A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.
Body
application/json
DELETE payload. The contact ID is passed in the JSON body, not the URL path.
Response
Contact deleted

