Remove Item
POST /cart/{cartId}/remove/{itemId}
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
{
"error": "Invalid request"
}Last updated
POST /cart/{cartId}/remove/{itemId}
<Description of the endpoint>
Headers
Content-Type
application/json
Authorization
Bearer <token>
Response
{
{
"error": "Invalid request"
}Last updated