Steps to replicate the issue (include links if applicable):
- Use the MediaWiki API to delete a translated page (for example https://meta.wikimedia.org/w/index.php?title=The_Wikipedia_Library/es). When performing this action through the normal wiki-interface, a permission error is thrown. The error indicates that this kind of deletions is only accessible to translation administrators.
What happens?:
The selected page is deleted. This also removes the translation from the overview of available languages on the master page. However, the individual translated elements still exist.
The restoration of https://meta.wikimedia.org/w/index.php?title=The_Wikipedia_Library/es subsequently was not straightforward.
What should have happened instead?:
A permission error should have been thrown, to prevent this page from being deleted separately through the API. The behavior of the API should mimic the wiki-interface.