Delete Note
delete_noteRemove an Obsidian note, moving it to trash unless permanent deletion is specified. Blocks deletion if other notes link to it, unless force is enabled.
Instructions
Delete a note. By default it is moved to the vault's .trash folder and deletion is refused when backlinks exist. Permanent deletion and backlink override must be explicit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Existing note path, title, or alias. | |
| force | No | Allow deletion when backlinks exist (default false). | |
| permanent | No | Unlink permanently instead of moving to .trash (default false). |