API ReferenceAudienceContacts
Delete a contact
Authorization
api-key X-API-Key<token>
In: header
Path Parameters
id*string
Contact UUID
Response Body
application/json
curl -X DELETE "https://example.com/api/v1/contacts/string"{ "deleted": true}api-key In: header
Contact UUID
application/json
curl -X DELETE "https://example.com/api/v1/contacts/string"{ "deleted": true}