put https://example.td.commpeak.com/api/campaign-leads/mass-unassign
Thw Mass unassign leads API method is used to unassign multiple leads from a specific campaign. You should add the following fields in the request body:
Request Body
campaign_id
(integer) - The ID of the campaign from which leads are to be unassigned.
where
(object) - Criteria to select the leads to be unassigned. In this example, the criteria is based on the leadid
field.
Response
The response for this request is a 204 status code with a Content-Type of text/xml.