
xdmp:document-remove-collections( $uri as xs:string, $collections as xs:string* ) as empty-sequence()
  Removes the named document from the given collections.  For each
  collection that is protected, the user must have permissions to update
  that collection or have the any-collection privilege.  For each
  unprotected collection, the user must have the
  unprotected-collections privilege.
| Parameters | |
|---|---|
| uri | The document URI. | 
| collections | A set of collection URIs. | 
xdmp:document-remove-collections(
  "/example.xml",
  ("http://examples.com", "http://marklogic.com"))