It is possible to delete user variables or the values of some SIS-defined variables in a composition using the <delete>
element.
The <delete>
element used in a composition is identical to that which can be used in an expression, however when used in a composition the SIS disregards the return result of the deletion attempt.
|
Example
The example shows a composition that invokes one service, deletes the orig
parameter from the Route header’s URI, then invokes one more service with the modified request.