redmine_delete_wiki_page
Permanently delete a Redmine wiki page and all its historical versions by specifying the project and page title.
Instructions
Permanently delete a wiki page (and all its historical versions).
Args: project: numeric id or identifier slug. title: wiki page title.
Returns {"deleted": true, ...} on success or wiki_page_not_found.
Honors REDMINE_MCP_READ_ONLY. No soft-delete in Redmine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| project | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |