# entity_links_delete

> Remove a cross-vertical entity link by its ID.

<!-- Source: https://docs.actuallycare.com/tools/entity-links/entity_links_delete -->

Remove a cross-vertical entity link by its ID. Use when two records were linked by mistake or the relationship no longer applies — the linked records themselves are not touched. Find the link ID with [`entity_links_list`](/tools/entity-links/entity_links_list) first. Returns confirmation of the deletion.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `id` | string | Yes | UUID of the entity link to remove · Format: UUID |

## Example prompts

- "Unlink the Hale lending deal from the old Birchwood escrow, it points to the wrong file."
- "Remove the bad link between those two records, but double-check with me before deleting."

## Safety

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