
temporal:collection-remove( $collection-name as xs:string ) as empty-sequence()
This function removes the named temporal collection from the Schemas database.
| Parameters | |
|---|---|
| collection-name | The name of the collection to be removed. |
xquery version "1.0-ml";
import module namespace temporal = "http://marklogic.com/xdmp/temporal"
at "/MarkLogic/temporal.xqy";
temporal:collection-remove("temporalCollection")
(: Removes the "temporalCollection" collection. :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.