Delete a Product
DELETE /products/{product_id}
DELETE
/products/{product_id}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” product_id
required
integer
ID of the Product
Responses
Section titled “ Responses ”The product was succesfully deleted.
The product with that ID could not be found.