ado_wiki_delete_page
AZURE DEVOPS ONLY -- Delete a wiki page. This also deletes its sub-pages if any exist under it. Requires DEVOPS_ORG_URL + DEVOPS_PAT env vars (PAT needs Wiki: Read & Write scope).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Wiki page path to delete, e.g. '/Architecture/Old-Design'. | |
| project | No | Optional: Azure DevOps project name. Falls back to DEVOPS_PROJECT env var. | |
| wikiIdentifier | No | Wiki name or id. Omit to auto-resolve to the project's only/first wiki (call ado_wiki_list if there are several). |