Delete a list of product categories
DELETE/api/v1/suppliers/:id/supplier_product_categories/list
Delete a list of product categories
Request
Path Parameters
id stringrequired
- application/vnd.api+json
Body
data
object
type string
Possible values: [supplier_product_categories
]
supplier_product_category_ids string[]
Collection of SupplierProductCategory IDs to delete
Responses
- 204
Delete a list of supplier product categories from provided IDs list
- application/vnd.api+json
- Schema
Schema
any
Loading...