Delete item from cart
DELETE http://localhost:3002/{{memberId}}/cart/{{itemId}}
A DELETE to the /:memberId/cart/:itemId endpoint allows your application to delete an item to the specified member's cart.
Look under Examples to view an example response.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string | ||
| Content-type | string | 
RESPONSES
status: OK
{"cart_id":"109","status":"item removed"}