Archive a batch of contacts by ID

POST {{baseUrl}}/crm/v3/objects/contacts/batch/archive?hapikey=

Archive a list of contacts given a collection of IDs. This method will return a 204 No Content response on success regardless of the initial state of the object (e.g. active, already archived, non-existent).

Request Params

KeyDatatypeRequiredDescription
hapikeynull

Request Body

{"inputs"=>[{"id"=>"<string>"}, {"id"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring