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: Entity Creation
- Source: Built-in
- 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_create_feature- [DEPRECATED — use mm_create with entity=feature] Create a new feature to grou…mm_create_spec- [DEPRECATED — use mm_create with entity=spec] Create a new spec with proper s…mm_add_task- [DEPRECATED — use mm_create with entity=task] Add a task to a spec’s implemen…mm_update_task- [DEPRECATED — use mm_update with entity=task] Update a task’s status in imple…mm_link_spec- [DEPRECATED — use mm_link with entity=spec] Link an existing spec to a featur…