delete_note
Delete any note in an Obsidian vault by specifying its path. By default the note moves to the .trash/ folder and can be recovered; set permanent to true to remove it permanently.
Instructions
Delete a note. By default it is moved to the vault .trash/ folder (recoverable by moving it back); pass permanent: true to remove it outright.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Vault-relative path of the note to delete. | |
| permanent | No | Permanently remove instead of moving to .trash/. Defaults to false. |