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