Delete Leads

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.

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!