English
cURL
curl --request DELETE \ --url https://app.robocallz.ai/user/leads/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Lead deleted successfully" }
Delete a new lead in the Robocallz system
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the lead to delete
Lead deleted successfully
The response is of type object.
object