Removes an item from the user’s cart based on the item ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the item to remove from the cart.
Successful response indicating the item was removed from the cart.
Indicates if the operation was successful.