remove_state_var
Remove a named variable from a flow's scoped state to clean up or reset test data during execution.
Instructions
Remove a flow-scoped state variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| flowId | Yes | ||
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. |