delete_note
Remove a note from your Obsidian vault while preserving recoverability: by default it moves to .trash/ instead of permanent deletion. Set permanent=true when you need to erase the file permanently.
Instructions
Delete a note from the vault. By default moves to .trash/ (Obsidian convention) instead of permanent deletion. Set permanent=true for hard delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the note to delete, relative to vault root. | |
| permanent | No | If true, permanently delete the file instead of moving to .trash/. Default is false (moves to trash). |