
xdmp.requestLogDelete( key as String ) as null
Deletes the value stored under the specified $key for the current request.
In an isolated evaluation context (see xdmp.isIsolated), this function is not available and throws XDMP-ISOLATED.
| Parameters | |
|---|---|
| key | A key. If the key does not exit, nothing is deleted and no error is thrown. |
xdmp.requestLogDelete("someKey1");