Delete a Contact
Deletes a contact from your audience.
DELhttps://api.audienceful.com/v2/people/{id}
curl --location --request DELETE 'https://api.audienceful.com/v2/people/jQKdwqp3YRRtTrwqUJEp7d' \
--header 'X-Api-Key: <your-api-key>'204 No ContentRequires the people:write scope.
Path parameters
idstringrequired
The id or email address of the contact you wish to delete.
Response
Returns 204 No Content with an empty body.
Last updated: July 11, 2026