Skip to main content

Endpoint

DELETE /backend/leads/{id}

Path Parameters

id
string
required
Lead ID to delete

Request Example

curl -X DELETE "https://api.leavo.ai/backend/leads/lead-uuid" \
  -H "Authorization: Bearer your_api_key_here"

Response

HTTP 204 No Content
This action is irreversible. All data associated with the lead will be permanently deleted.