Links

Archive a contact

An archived contact remains in Salesmachine database but is not visible and not processed. An archived contact can be unarchived via API or the application UI. If updates or events related to this contact are received they will be ignored.
post
https://data.salesmachine.io
/v2/contacts/:id/archive
archive contact
curl -X GET https://data.salesmachine.io/v2/contacts/{id}/archive \
-H 'Accept: application/json' \
-H 'Authorization:Bearer <Your access token>'