DeleteFilter.xml

+

Search Tips   |   Advanced Search

 

<?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" create-oids="true">
    <!-- sample for deleting a filter (with all its entries) -->
	<portal action="locate">
	
        <!-- Delete the database entries related to the black list filter.
             See information center for details concerning filter activation/deactivation. -->
        <!-- <filter-instance action="delete" id="DefaultBlacklistFilter"/> -->
		
        <!-- Delete the database entries related to the white list filter.
             See information center for details concerning filter activation/deactivation. -->
        <!-- <filter-instance action="delete" id="DefaultWhitelistFilter"/> -->
		
	</portal>
</request>