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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring