Skip to main content
DELETE
/
v1
/
store
/
{storeId}
/
cart
/
{itemId}
Remove Item from Cart
curl --request DELETE \
  --url https://storekit.samarthh.me/v1/store/{storeId}/cart/{itemId}

Path Parameters

storeId
string
required
itemId
string
required

Cart item ID (UUID)

Response

200 - application/json

Successful response