HowToDeleteAnInaccessibleDocument
| Question | How to delete an inaccessible document? |
| Answer |
From conversation held in the #IRC channel with Sergiu Dumitriu.
If for any change you have created a document with a name that makes it inaccessible from the user interface, you can use a dummy page with the following code:
$xwiki.getDocument("SpaceName.DocumentName").delete() |