Delete Component Property
component_delete_propertyDelete a component property from a main component or variant set; changes propagate to all instances.
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 | |
| propertyName | No | The deleted property name | |
| success | No | Whether property deletion was successful | |
| results | No | Detailed execution results |