This section describes how to remove a site.
To remove a site from an application, you can delete the site node.
Export the application with the site that you want to remove.
Navigate to the
<app dir>\control\directory on Windows (<app dir>/control/directory on UNIX).From the command line, export the application by entering the following command:
runcommand.<bat/sh>IFCR exportApplication <destination>Unzip the
<app name><date&time>.zipfile to an empty directory, for example:c:\myexports\discover.
Delete the site node for the site.
If you delete the default site, you must update the
defaultSiteID, so that it contains the site ID of one of your remaining sites. For more information on updating thedefaultSiteID, see Adding a site to an existing application.Navigate to the
<app dir>\control\directory on Windows (<app dir>/control/directory on UNIX).From the command line, import the updated application by entering the following command:
runcommand.<bat/sh> IFCR importContent pages <path to source>For example:
runcommand.bat IFCR importContent pages c:\myexports\discover\pages.

