cURL
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 }
Permanently deletes a lead. This action cannot be undone.
API key for authentication. Get yours at app.heffl.com/settings/developers
Lead public ID
The body is of type object.
object
OK