Delete cart
DELETE{{API_BASE_URL}}/shop/v1/cart/:cart
This endpoint is used to delete a specific cart.
Request
cart(string): The ID of the cart to be deleted.
Response
Upon a successful deletion, the response will have a status code of 200.
Authentication#auth
This endpoint does not require authentication.
Responses#responses
200OKDelete cart