delete_component_property
Remove a BOOLEAN, TEXT, or INSTANCE_SWAP property from a component and every sublayer reference to it. Not for VARIANT properties.
Instructions
Remove a BOOLEAN / TEXT / INSTANCE_SWAP property from a component and every sublayer reference to it. VARIANT properties are the variant-set structure — delete their variants instead; this refuses a VARIANT. Get current property ids from get_component_api. Returns { ok, componentId, propertyId, name }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| propertyId | Yes | Property id to delete (name#id, from get_component_api) | |
| componentId | Yes | Component or component-set id that owns the property |