Delete
The Delete action deletes an element from the State.
The following table shows the parameters for the Delete action.
Name | Data type | Required | Notes |
---|---|---|---|
path | JPath | Yes | The location of the element to delete. |
XML Example
This action deletes the value that exists in the State at location /token
<Delete path="/token" />