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

# Permanently Delete Leads in Bulk

> Permanently delete selected leads and their related data after explicit confirmation. This reference documents verified path, query, and top-level JSON body fields, observed response status codes, and top-level response fields. Provider-owned or deeply nested response shapes may remain open.

<Warning>
  **Safety and behavior notes**

  * A forensic snapshot is written to lead\_hard\_delete\_audit in the same transaction before each deletion.
  * Active cadence-job cancellation is best-effort after the committed deletion; cancellation failure does not restore data.
  * Each lead commits independently, with no transaction or rollback for the complete batch.
  * This is irreversible and permanently deletes every matched lead plus cascaded conversations, messages, meetings, calls, field values, notes, and tasks.
  * An MCP preview does not call this REST operation and is not part of the REST contract.
  * Direct REST requires confirm=true. Omitting confirm or sending false returns HTTP 400 and does not provide a preview.
</Warning>


## API Specification

The full API specification for this endpoint is available in the [documentation index](https://docs.getnexor.ai/llms.txt).
