Delete Note
obsidian_deleteDelete a note from your Obsidian vault by providing its path. Moves to trash by default; set permanent=true for permanent deletion when explicitly requested.
Instructions
Delete a note. By default moves to trash; set permanent=true only when the user explicitly asks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative note path, e.g. Notes/idea.md | |
| permanent | No | Permanently delete instead of trashing. Requires explicit user intent. |