If you try to delete a page that has child pages you will see the following message:

The reason you're seeing that message is because someone added a page under the one you're trying to delete. However you can navigate to those sub pages so that you can delete them.
For example say you wanted to delete page ID 87. You can find the ID when you navigate to the page in SAM and look at the URL in the address bar. In the example URL below, the SAM page ID is 87. In order to go to a different page (without using a link) you would swap out the ID number at the end.
http://www.brandextract.com:9999/Default.asp?pageid=87
Page 87 has a page under it so it won't let you delete it until you delete its child page. To find that, select Administration from the SAM toolbar and click XML View. In the tab that it opens, search for the following text, since we want to find pages with 87 as its parent:
parent-id="87"
It will show you the node below, which tells you that page ID 136 is the child page to 87, so we need to go to page 136 and delete it. Take the URL listed above and swap out the ID at the end, then visit that page and delete it. For example this is the URL you would go to then delete the page:
http://www.brandextract.com:9999/Default.asp?pageid=136

Once it's deleted it will take you to page 87 (its parent), which you can delete as well.
0 Comments