mm_delete_doc
Delete a doc file and remove its entry from the docs.md dashboard. This is destructive — use mm_archive_doc to soft-delete instead.
At a Glance
Section titled “At a Glance”- Category: Docs
- Source: Built-in
- Availability: Opt-in — set
MM_TOOL_GROUPS=docs(always dispatchable by name) - Required parameters: 2
- Total parameters: 2
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project_path | string | Yes | Absolute path to the project root |
filename | string | Yes | Doc filename to delete (e.g., ‘api-auth-guide-03-08-2026.md’) |
Example
Section titled “Example”{ "tool": "mm_delete_doc", "arguments": { "project_path": "/Users/you/projects/my-app", "filename": "My Example" }}Related Tools
Section titled “Related Tools”mm_export_doc- Export a doc to .docx (Word), Google Docs compatible HTML, or Slack mrkdwn fo…