put https://example.td.commpeak.com/api/leads/mass-delete
The Delete leads endpoint allows you to mass delete leads by their IDs. You should add the lead id in the request body:
Request Body
id
(array of integers) - The IDs of the leads to be updated or deleted.
Response
The response will contain an array of objects under the key removedLeads
, each object representing a lead that has been removed.