curl -X DELETE 'https://api.henrylabs.ai/v0/cart/items' \ -H 'x-api-key: YOUR_API_KEY' \ -H 'x-user-id: user123'
{ "success": true, "status": "success", "message": "Cart items deleted successfully" }
Remove all items from the user’s shopping cart
All Cart items deleted successfully.
The response is of type object.
object