delete_util
Delete a shared utility function. Does not check for flow step references, so verify with list_flows/get_flow first.
Instructions
Delete a shared utility function. Does NOT check whether any flow step still calls it (via kind: groupName, method: name) -- check list_flows/get_flow first (same caveat as delete_page_object: this is a bare delete, no reference cascade).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. |