Deletes a specific lead
cURL
curl --request DELETE \ --url https://api.attent.app/v1/leads/{leadId} \ --header 'x-api-key: <api-key>'
{ "message": "Lead deletion initiated successfully", "leadId": "771c3bc8-853c-4955-b4c5-2120ff6aa488" }
Documentation IndexFetch the complete documentation index at: https://docs.apten.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.apten.ai/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the lead to delete
Lead deleted successfully.
Returns "Lead deletion initiated successfully" when the lead deletion process begins.
"Lead deletion initiated successfully"
The ID of the lead that was deleted.