Skip to main content

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

CodeDescription
201Any empty array
409Unauthorized

Response Sample

Content type
application/json
[
{
"statusCode": 200,
"success": true,
"data": [
+ {...}
]
}
...
]