Remove Component
design_remove_componentRemove a specific UI component from the design canvas using its component ID. Simplify design cleanup by targeting and deleting unwanted elements programmatically.
Instructions
Remove a component from the canvas by its ID.
Args:
id (string): Component ID to remove
Example:
design_remove_component(id="comp_12345")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Component ID to remove |