frontmatter.delete
Delete a key from a file's frontmatter safely, using a hash check to avoid conflicts with concurrent edits.
Instructions
Delete a (possibly nested) key from the file's frontmatter. No-op if key absent. Requires expected_frontmatter_hash when frontmatter exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| vault | No | ||
| dry_run | No | ||
| keyPath | Yes | ||
| expected_frontmatter_hash | No |