Skip to main content
DELETE
/
v3
/
stores
/
{store_id}
/
customers
/
me
/
cart
/
items
/
{item_id}
Remove an authenticated customer cart item
curl --request DELETE \
  --url https://api.myscalev.com/v3/stores/{store_id}/customers/me/cart/items/{item_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

item_id
string
required
store_id
string
required

Store unique_id.

Response

Success

Raw single-resource success payload for v3.