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