Skip to main content
DELETE
/
lead
/
{leadId}
Delete a lead
curl --request DELETE \
  --url https://api.closebot.com/lead/{leadId} \
  --header 'X-CB-KEY: <api-key>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Path Parameters

leadId
string
required

The ID of the lead to delete.

Response

Success