Archive a batch of associations
POST {{baseUrl}}/crm/v3/associations/:fromObjectType/:toObjectType/batch/archive
Remove the associations between all pairs of objects identified in the request body.
Request Body
{"inputs"=>[{"from"=>{"id"=>"<string>"}, "to"=>{"id"=>"<string>"}, "type"=>"<string>"}, {"from"=>{"id"=>"<string>"}, "to"=>{"id"=>"<string>"}, "type"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |