delete_note
Delete a note from your Obsidian vault. Moves it to trash by default or permanently deletes with permanent=true.
Instructions
Delete a note. By default moves to trash; use permanent=true to skip trash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Note name (wikilink-style resolution) | |
| path | No | Exact path from vault root | |
| permanent | No | Permanently delete (skip trash) |