Delete Note
delete_noteDelete a note from the knowledge base. The deletion will sync to all connected Obsidian devices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path of the note to delete | |
| vault_id | No | Target vault — its name (e.g. "Engram") or its UUID. REQUIRED when you own more than one vault — the server keeps no active-vault state between calls, so it must be passed on every vault-scoped call. Omit only if you have a single vault. Call list_vaults if a name does not resolve. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| deleted | Yes | false when no note existed at that path |