Commerce Engine is now in beta. We're working hard to make it better for you.
cURL
curl --request DELETE \ --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/carts/users/{user_id} \ --header 'Authorization: Bearer <token>'
{ "message": "All cart items are removed.", "success": true }
delete all items from the cart using user id.
Access token
User ID
OK
The response is of type object.
object