<?xml version="1.0" encoding="UTF-8"?> <request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PortalConfig_8.0.0.xsd" type="update"> <!-- Sample for deleting the page with unique name 'ibm.portal.ssa.SamplePage'. NOTE: This sample expects that a page with the unique name 'ibm.portal.ssa.SamplePage' exists. For example the DeployPortlet.xml sample creates such a page. --> <portal action="locate"> <content-node action="delete" uniquename="ibm.portal.ssa.SamplePage"> </content-node> </portal> </request>