Remove a specific item from the authenticated user’s cart
DELETE /cart/item/10
204 No Content
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/GioTaipe/E-commerce/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer <token>
DELETE /cart/item/10
204 No Content status on success with an empty response body.
204 No Content
DELETE /cart/clear endpoint if you want to remove all items at once{
"message": "Item no encontrado en tu carrito"
}
{
"message": "Usuario no autenticado"
}
DELETE /cart/item/10
204 No Content