delete_wiki_page
Delete a wiki page in Azure DevOps by providing the wiki and page path. Optionally add a commit message.
Instructions
Delete a wiki page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path of the wiki page to delete | |
| wiki | Yes | Name or ID of the wiki | |
| comment | No | Commit message (optional) | |
| project | No | Project name (optional) | |
| organization | No | Organization name or URL (optional, uses current org if not specified) |