<?xml version="1.0" encoding="UTF-8"?> <!-- DeletePage.xml --> <request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PortalConfig_1.4.xsd" type="update" create-oids="true"> <!-- sample for deleting a page --> <portal action="locate"> <content-node action="delete" uniquename="ibm.portal.SamplePage"> </content-node> </portal> </request>