dw_product_field_delete
Delete product fields from a single category by supplying the category ID and field system names. This action is irreversible.
Instructions
Delete one or more product fields from a single category. Irreversible. All ids must belong to the same categoryId. To delete fields across multiple categories, call this tool once per category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| categoryId | Yes | Owning category id, e.g. 'TechSpecs' | |
| systemNames | Yes | Field SystemNames to delete, e.g. ['Color', 'BatteryLife'] |