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
Documentation IndexFetch the complete documentation index at: https://new-fb342056.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://new-fb342056.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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 message of the response