flexrep.inboundFilterDelete

flexrep.inboundFilterDelete() as null

Summary

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

Example

const flexrep = require('/MarkLogic/flexrep');

declareUpdate();
flexrep.inboundFilterDelete();
   

Required Privileges

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

Powered by MarkLogic Server | Terms of Use | Privacy Policy