Remove Poietic object
poietic_removeRemove a node or edge from your design by ID or unique name. Deleting a node also removes its connected edges to keep the model consistent.
Instructions
Remove an object (node or edge) by ID (preferred) or unique name. Removing a node also removes its connected edges (the CLI reports 'Removed cascading').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Object reference: numeric ID (preferred) or unique name. | |
| design | No | Path to the design file. Defaults to the current design (poietic_use_design) or POIETIC_DESIGN. |