Delete Component Property
component_delete_propertyRemove a component property definition from a main component or variant set, automatically propagating the change to all instances. Ideal for cleaning up unused or incorrect properties in design systems.
Instructions
Remove a component-property definition from a main component or variant set; propagates to every instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | ID of the COMPONENT or COMPONENT_SET | |
| nodeName | Yes | Name of the node for verification | |
| propertyName | Yes | The human-readable name of the property to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ID of the component/component set | |
| name | No | Name of the component/component set | |
| results | No | Detailed execution results | |
| success | No | Whether property deletion was successful | |
| propertyName | No | The deleted property name |