DELETE /products/:id
Parameters
id
: The identifier as specified when the product was created
Status codes
200
on success400
if the request is invalid404
if no product with the givenid
was found
Response properties
The full product as returned by GET /products/:id
with the
status
set to DELETED
.