p:remove( $pipeline-name as xs:string ) as empty-sequence()
Remove the named pipeline. An error is raised if no such pipeline exists.
Parameters | |
---|---|
pipeline-name | The name of the pipeline to remove. |
xquery version "1.0-ml"; import module namespace p = "http://marklogic.com/cpf/pipelines" at "/MarkLogic/cpf/pipelines.xqy"; p:remove( "Empty" )
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.