cURL
curl --request DELETE \ --url https://api.sandbox.henrylabs.ai/v0/cart/items \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <x-user-id>'
{ "success": true, "status": "<string>", "message": "<string>" }
Delete all products from the cart
All Cart items deleted successfully.