delete_note
Delete a specified note from your Obsidian vault by providing its path and confirming with true, preventing accidental removals.
Instructions
Deletes a note from the vault. Requires explicit confirm=true as a guardrail against accidental deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path of the note inside the vault | |
| confirm | Yes | Must be true to confirm the deletion |