Remove a frontmatter property
obsidian_remove_propertyRemoves a specified frontmatter property from an Obsidian note. Provide the property name and note file or path; optionally target a vault and skip confirmation.
Instructions
Removes a frontmatter property from a note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | No | Vault name to target. Optional — defaults to the most recently focused vault. | |
| file | No | Note name resolved as a wikilink (e.g. 'My Note'). Provide either `file` or `path`. | |
| path | No | Vault-root-relative path to the note (e.g. 'Folder/My Note.md'). Provide either `file` or `path`. | |
| name | Yes | Property name to remove. | |
| confirm | No | Set to true to skip the interactive confirmation prompt. Use only when the caller has already confirmed with the user. |