Delete a list of products from provided IDs list
DELETE/api/v1/supplier_products/list
Delete a list of products from provided IDs list
Request
- application/vnd.api+json
Body
data
object
type string
Possible values: [supplier_products
]
supplier_product_ids string[]
Collection of SupplierProduct IDs to delete
Responses
- 204
Delete a list of products from provided IDs list
- application/vnd.api+json
- Schema
Schema
any
Loading...