Remove Item from user cart (13/01)
Fire this api to remove an item from cart.
This endpoint allows you to remove an item from cart
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"msg": "Item is removed from your cart !",
"status": "success"
}IF response fail
{
"msg": "Cart id is required",
"status": "fail"
}Last updated