Remove all items from the authenticated user’s cart
DELETE /cart/clear
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/clear
204 No Content status on success with an empty response body.
204 No Content
DELETE /cart/item/:id endpoint if you want to remove specific items{
"message": "Carrito no encontrado"
}
{
"message": "Usuario no autenticado"
}
DELETE /cart/clear
204 No Content