Clear Cart
Clear the cart of the client. NOTE:
All items will be removed!!! This endpoint allows you to clear cart of the client.
DELETE /api/v1/client/cart/clear
Response
Code | Description |
---|---|
201 | Any empty array |
409 | Unauthorized |
Response Sample
Content type
application/json
[
{
"statusCode": 200,
"success": true,
"data": [
+ {...}
]
}
...
]