Delete Component Property
component_delete_propertyRemove a component property from a Figma main component or variant set and propagate the deletion 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 | The node's current exact name, passed back verbatim from `node_info`. | |
| 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 | |
| error | No | ||
| results | No | Detailed execution results | |
| success | No | Whether property deletion was successful | |
| propertyName | No | The deleted property name |