Skip to main content
DELETE
/
agents
/
{agentId}
/
leads
/
{leadId}
Delete Lead
curl --request DELETE \
  --url https://api.chat-dash.com/v1/public/agents/{agentId}/leads/{leadId} \
  --header 'Authorization: <authorization>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.chat-dash.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

All requests to the ChatDash API must be validated with the agency API Key found on your agency profile

Path Parameters

agentId
string
required

The ID of the agent

leadId
string
required

The ID of the lead

Response

OK - Lead successfully deleted

The response is of type object.