# showings_delete

> Permanently delete a showing.

<!-- Source: https://docs.actuallycare.com/tools/showings/showings_delete -->

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

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `showing_id` | string | Yes | UUID of the showing to delete. Must be archived first. Use [`showings_get`](/tools/showings/showings_get) to verify. · Format: UUID |

## Example prompts

- "Permanently delete that duplicate showing entry for 88 Calloway Dr."
- "Remove the old test showing at 12 Maple Ct for good, but double-check with me before deleting."

## Safety

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