Contacts
Delete Contacts
You can delete contacts in two ways. Officially, you can use the standard REST endpoint and delete a contact with its ID. However, because it's possible to overwrite contacts via CSV, uploading an empty CSV with the overwrite property would effectively delete all contacts.
Delete Contact
DELETE
`/v1/contacts/:contact`
Delete a single contact using its id
.
Delete All Contacts
Example
POST
`/v1/contacts`
Uploading an empty CSV encoded as a base64 data URL would delete all contacts.