Skip to main content

Delete a product

DELETE 

/products/:id

Delete a product. Like the read, this also resolves an ordinary ingredient stored under this id. The entry stops appearing in GET /products and can no longer be fetched.

Request

Responses

Product deleted successfully