Mass delete campaign leads

Delete many campaign leads at once by their IDs.

When to use. Remove campaign-lead assignments in bulk when you already know their campaign-lead IDs. To remove leads from a campaign by a filter instead, use PUT /campaign-leads/mass-unassign.

Parameters.

  • id (array of integers, required): the campaign-lead IDs to delete.

Returns. { "removedLeads": [ ... ] }, the campaign-lead records that were removed.

Example.

{ "id": [1, 2] }
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
id
array of integers
required

Campaign lead IDs to delete.

id*
Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json