Delete a note
obsidian_delete_noteMoves a note to the system trash or permanently deletes it. Provides an option to skip confirmation for automated workflows.
Instructions
Moves a note to the system trash. Set permanent: true to bypass trash and delete immediately (irreversible).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | No | Vault name to target. Optional — defaults to the most recently focused vault. | |
| file | No | Note name resolved as a wikilink (e.g. 'My Note'). Provide either `file` or `path`. | |
| path | No | Vault-root-relative path to the note (e.g. 'Folder/My Note.md'). Provide either `file` or `path`. | |
| permanent | No | When true, deletes immediately instead of moving to trash. | |
| confirm | No | Set to true to skip the interactive confirmation prompt. Use only when the caller has already confirmed with the user. |