Posted on 21/10/2015 22:57:12
Hi Thomas
Master area (ID=1) cannot be deleted, we need that one.
You can delete all the pages in that area, and move the ones from the website you want to keep. So delete all other areas, go to MC, Database, SQL Firehose. Fire these 2 queries in that exact order:
delete from page where pageareaid=1 (delete all pages from the master website)
update page set pageareaid=1 (moves all pages from you other website to the master)
After you have done this, go to website properties, hit save & close (to reset cache). Then delete the remaining empty website.
Voila, only one website left.
BR Nicolai