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

Path Parameters

id
string
required

The ID of the source to delete.

Response

Source was successfully deleted.