pub const WIKI_DELETE: &str = "\
Delete a Yandex Wiki page.
```
ytcli wiki delete users/ilubenets/notes
ytcli wiki delete users/ilubenets/old --recursive --yes
```
Prints the recovery token and the exact `wiki restore` command. Nothing else
ever shows that token again, so keep the output. Taking the subpages too needs
`--recursive` and `--yes`. Announced first; `--dry-run` sends nothing.";