# Delete Relationship

`lawmatics_delete-relationship` · Lawmatics MCP tool · Relationships

Delete a relationship from Lawmatics by ID. This is irreversible.

## Input

- **relationshipId** `string` (required, pattern: ^\d+$) — ID of the relationship to delete

## Output

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