obsidian_delete_property
Remove a specific frontmatter property from an Obsidian note by specifying the vault, note path, and property name.
Instructions
Delete a frontmatter property from a note.
Args:
vault: Name or path of the vault
path: Path to the note within the vault
property_name: Name of the property to delete
Returns:
Success message or errorInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| path | Yes | ||
| property_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |