delete https://api.fabric.inc/v3/products/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}
.