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

KeyDatatypeRequiredDescription
Authorizationstring
Content-typestring

RESPONSES

status: OK

{"cart_id":"109","status":"item removed"}