Delete products

To keep the product list (catalog) up to date and current, it is important to remove products that are discontinued permanently.

With this endpoint, you can delete up to 25 products either by SKUs or IDs.

Note:
1. Unless all products are deleted, this endpoint fails.
2. To delete a single product, you can use either the ID-based (DELETE /products/{id}) or SKU-based endpoint (DELETE /products/sku/{sku}).

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!