Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.henrylabs.ai/v0/cart/items/{productId} \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <x-user-id>'
{ "success": true, "status": "<string>", "message": "<string>" }
Delete a product from the cart
The product ID to delete from cart
Cart item deleted successfully.
Was this page helpful?