Skip to main content
POST
/
cart
/
remove
/
{id}
Remove an item from the cart
curl --request POST \
  --url https://v3.minestorecms.com/api/cart/remove/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

success
boolean