# deals_delete

> Permanently delete a vendor deal.

<!-- Source: https://docs.actuallycare.com/tools/deals/deals_delete -->

Permanently delete a vendor deal. This is IRREVERSIBLE - the deal will be hidden from all views including archived. The deal must be archived first. For normal cleanup, use [`deals_archive`](/tools/deals/deals_archive) instead, which is reversible.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `deal_id` | string | Yes | UUID of the deal to delete. Must be archived first. Use [`deals_get`](/tools/deals/deals_get) to verify. · Format: UUID |

## Example prompts

- "Permanently delete the duplicate inspection deal we created twice for 412 Birchwood Ln."
- "Erase that test deal completely, but double-check with me before deleting anything."

## Safety

**Irreversible.** This action cannot be undone. Claude should always confirm with you before running it.
