# Delete Note

`lawmatics_delete-note` · Lawmatics MCP tool · Notes

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

## Input

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

## Output

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