Skip to main content
DELETE
/
v3
/
stores
/
{store_id}
/
public
/
cart
/
items
/
{item_id}
Remove a guest storefront cart item
curl --request DELETE \
  --url https://api.myscalev.com/v3/stores/{store_id}/public/cart/items/{item_id} \
  --header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>'
{}

Headers

X-Scalev-Storefront-Api-Key
string
required

Publishable storefront public API key for the target store.

Path Parameters

store_id
string
required

Store unique_id.

item_id
string
required

Response

Success

Raw single-resource success payload for v3.