Title here
Summary here
Deleting a wiki is a fairly simple process if you have the required access and follow the process below.
A wiki must be marked as deleted through the ManageWiki interface before it can be deleted. This is simply going to Special:ManageWiki/core/<dbname>
, where <dbname>
represents the given wiki’s database name, on metawiki
.
Wikis are put on a timer - meaning they can only be deleted after a certain number of days (the current Dormancy Policy states that this is 14 days). Therefore, there are two methods to delete a wiki.
Performing the deletion if 14 days have passed:
mwscript extensions/CreateWiki/deleteWikis.php loginwiki <username>
Performing the deletion if 14 days have not passed:
mwscript extensions/CreateWiki/deleteWiki.php loginwiki --delete --deletewiki <wiki database>