DELETE
/
user
/
leads
/
{id}
curl --request DELETE \
  --url https://app.robocallz.ai/user/leads/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Lead deleted successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

The ID of the lead to delete

Response

200 - application/json

Lead deleted successfully

The response is of type object.