delete_note
Remove a note by providing its ID or title. Use dry-run to preview matches before deletion.
Instructions
Delete a note by id or title. Defaults to dry-run.
Args: identifier: Note id or title text dry_run: Return matching note without deleting when true
Returns: Structured JSON with deletion details or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |