Delete product by ID

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 a product (Item, Bundle, or Variant) by ID. Using deleteVariants as query parameter, you an optionally specify if you want to delete the associated variants as well.

Note: If you don't have product ID, use the corresponding SKU-based endpoint - DELETE /products/sku/{sku}.

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