> ## Documentation Index
> Fetch the complete documentation index at: https://docs.autocalls.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete lead

> Delete a lead from the Autocalls system

This endpoint allows you to delete a lead from the Autocalls system.

### Path Parameters

<ParamField path="id" type="integer" required>
  The ID of the lead to delete
</ParamField>

### Response

<ResponseField name="message" type="string">
  The message of the response
</ResponseField>
