Loading TOC...

xdmp:document-remove-permissions

xdmp:document-remove-permissions(
   $uri as xs:string,
   $permissions as element(sec:permission)*
) as empty-sequence()

Summary

Removes the given permissions from the named document or directory. The user must have update permissions on the document or directory.

Parameters
uri The document URI.
$permissions Permission elements.

Example

  xdmp:document-remove-permissions(
    "/example.xml",
    (xdmp:permission("development", "update"),
     xdmp:permission("qa", "read")))

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