Skip to main content
DELETE
/
leads
/
{id}
Delete a lead
curl --request DELETE \
  --url https://api.heffl.com/api/v1/leads/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours at app.heffl.com/settings/developers

Path Parameters

id
string
required

Lead public ID

Body

application/json

The body is of type object.

Response

200 - application/json

OK

success
boolean
required