dw_product_category_delete
Delete one or more DynamicWeb product categories. Irreversible; prerequisite fields must be deleted separately.
Instructions
Delete one or more DynamicWeb product categories. Irreversible. Fields belonging to the categories must be deleted first via dw_product_field_delete - otherwise the validation step will reject them.
Internally runs DW's 3-step delete: ProductCategorySetIds (mark candidates) → ProductCategoryDeleteValidated (get valid/invalid split) → ProductCategoryDelete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Single category id or array, e.g. 'TechSpecs' or ['TechSpecs','Specs'] |