Loading TOC...

xdmp.requestLogDelete

xdmp.requestLogDelete(
   key as String
) as null

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.requestLogDelete("someKey1");

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