Loading TOC...

MarkLogic Server 11.0 Product Documentation
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

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