Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently delete a lead
/backend/leads/{id}
curl -X DELETE "https://api.leavo.ai/backend/leads/lead-uuid" \ -H "Authorization: Bearer your_api_key_here"
const response = await fetch('https://api.leavo.ai/backend/leads/lead-uuid', { method: 'DELETE', headers: { 'Authorization': 'Bearer your_api_key_here' } });
HTTP 204 No Content