Skip to main content
DELETE
This endpoint removes a specific item from the cart completely. To update quantity instead, use the update item endpoint.

Authentication

This endpoint requires a valid API key with carts:write permissions.

Path Parameters

string
required
The unique identifier of the cart
string
required
The unique identifier of the cart item to remove

Response

Returns the updated cart object without the removed item.