v1

latestOpenAPI 3.0.32026-07-24156161.2 MB
CampaignLeads

Mass delete

Use the Mass delete API method if you want to delete multiple campaign leads at once. You should provide the list of campaign lead ids that you want to delete in the body.

put/campaign-leads/mass-delete

Request body

idnumber[]

Example request

{
  "id": [
    1
  ]
}

Response

Failed operation / Successful operation

Example response

{
  "removedLeads": []
}