delete_wiki_page
Remove a wiki page and its sub-pages from a Redmine project by providing the project identifier and page title, ensuring your wiki stays current and organized.
Instructions
Delete a wiki page (and its sub-pages, per Redmine's default behavior).
Args: project_identifier: project identifier. title: title of the page to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| project_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |