Deleting all products added to a cart
DELETE {{api-url}}/cart/{{tenant}}/carts/{{cartId}}/items
Removes all products from the specified cart and deletes the cart items.
Required scopes
cart.cart_manage
Note: Only required if the
access_token
used to authorize the request and thecustomerId
passed in the query parameter belong to different customers.