# leads_batch_delete

> Permanently delete multiple leads that have been archived.

<!-- Source: https://docs.actuallycare.com/tools/bulk-operations/leads_batch_delete -->

Permanently delete multiple leads that have been archived. Leads must be archived before deletion. This action is irreversible. Returns success and failure counts with IDs.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `ids` | array of strings | Yes | Lead UUIDs to permanently delete. Must be archived. Max 100. · Max items: 100 · Min items: 1 |

## Example prompts

- "Permanently delete the archived spam leads that came through the website form."
- "Purge those 80 archived junk leads, but double-check with me before deleting them forever."

## Safety

**Bulk changes.** Changes many records in one call. Review the scope carefully before confirming — bulk changes are treated as destructive because of their blast radius.
