Commerce Engine is now in beta. We're working hard to make it better for you.
curl --request DELETE \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/pos/carts/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"success": true
}delete all items from the cart.
curl --request DELETE \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/pos/carts/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"success": true
}Was this page helpful?