PelekaPeleka Developers
API ReferenceAudienceContacts

Delete a contact

DELETE
/api/v1/contacts/{id}
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}