delete_flow
Delete a flow and its associated files (.flow.json, .flow.ts, flowData.ts) from an Easy Spec Playwright project to remove unused or obsolete flows.
Instructions
Delete a flow (its .flow.json, .flow.ts, and flowData.ts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |