Skip to main content
DELETE
/
leads
/
{id}
Delete a business lead record by ID
curl --request DELETE \
  --url https://api.leadping.ai/leads/{id}
{
  "type": "<string>",
  "title": "<string>",
  "status": "<string>",
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

id
string
required

The ID of the lead to delete.

Response

Lead was successfully deleted.