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
| Key | Datatype | Required | Description |
|---|---|---|---|
hapikey | null |
Request Body
{"inputs"=>[{"id"=>"<string>"}, {"id"=>"<string>"}]}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |