Delete Markdown
delete_markdownSoft-delete a Markdown file by providing a POSIX path and a confirm flag to prevent accidental removal.
Instructions
Soft-delete a .md file. Requires confirm:true (otherwise VALIDATION). Resolves the path to a document key, then DELETE /documents/{key}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | POSIX path to the .md file, e.g. 'reports/2026/error-report.md'. Folders auto-created. | |
| confirm | Yes | Must be true to actually delete. A safety guard against accidental deletes. |