# engagements_delete

> Permanently delete a vendor engagement.

<!-- Source: https://docs.actuallycare.com/tools/engagements/engagements_delete -->

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

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `engagement_id` | string | Yes | UUID of the engagement to delete. Must be archived first. Use [`engagements_get`](/tools/engagements/engagements_get) to verify. · Format: UUID |

## Example prompts

- "Permanently delete the duplicate lunch entry I accidentally logged twice for Marcus Hale."
- "Wipe that test engagement entirely, but double-check with me before deleting it."

## Safety

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