xdmp.requestLogDelete( key as String ) as null
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. |
xdmp.requestLogDelete("someKey1");