xdmp:request-log-delete

xdmp:request-log-delete(
   $key as xs:string
) as empty-sequence()

Summary

Deletes the value stored under the specified $key for the current request.

Parameters
$key A key. If the key does not exit, nothing is deleted and no error is thrown.

Example

xdmp:request-log-delete("someKey1")
Powered by MarkLogic Server | Terms of Use | Privacy Policy