You can delete specific quote items from the cart by quote id and item id in Magento 2.
With the help of Cart Item Interface, Magento\Quote\Api\CartItemRepositoryInterface you can use the deleteById() method.
Prerequisite to delete quote item:
-
-
-
-
- Quote ID
- Quote Item ID
-
-
-
Continue reading “How to remove specific item from cart Magento 2?”