DELETE
/
user
/
leads
/
{id}
curl --request DELETE \
  --url https://app.autocalls.ai/api/user/leads/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

This endpoint allows you to delete a lead from the Autocalls system.

Path Parameters

id
integer
required

The ID of the lead to delete

Response

message
string

The message of the response