Delete product by SKU

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 SKU. 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 SKU, use the corresponding ID-based endpoint - DELETE /products/{id}.

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