# Delete Interaction

`lawmatics_delete-interaction` · Lawmatics MCP tool · Interactions

Delete an interaction from Lawmatics by ID. This is irreversible.

## Input

- **interactionId** `string` (required, pattern: ^\d+$) — ID of the interaction to delete; a numeric string

## Output

- **id** `string` (required) — ID of the deleted interaction
- **deleted** `boolean` (required) — Always true when the interaction was successfully deleted
