Loading TOC...

flexrep:inbound-filter-delete

flexrep:inbound-filter-delete() as empty-sequence()

Summary

This function deletes the inbound filter for this database. If no filter is currently configured, an error will be thrown.

Example

 
xquery version "1.0-ml"; 
  
import module namespace flexrep = "http://marklogic.com/xdmp/flexible-replication" 
      at "/MarkLogic/flexrep.xqy";

flexrep:inbound-filter-delete().
    

Required Privileges

http://marklogic.com/xdmp/privileges/flexrep-admin

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.