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.
Delete a lead submission
cURL
curl --request DELETE \ --url https://api.example.com/v1/leads/{id}
{ "status": 1 }
DELETE https://api.partnero.com/v1/leads/{id}
id
curl --location --request DELETE 'https://api.partnero.com/v1/leads/44' \ --header 'Authorization: Bearer YOUR_API_KEY'