delete_page_object
Remove a page object from the project, ensuring no flow steps still reference it via persistPageObject before deletion.
Instructions
Delete a page object (fails if any flow step still binds to it via its own persistPageObject usage -- check get_flow first).
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. |