delete_file
Permanently delete a file from an Obsidian vault, with a mandatory confirmation step to prevent accidental data loss.
Instructions
Delete a file from the Obsidian vault. WARNING: This permanently removes the file. Use with caution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to delete (relative to vault root). | |
| confirm | Yes | Set to true to confirm deletion. Required safety check. |