Which Observer to Call When Removing Item from Cart in Magento 2

magento2product-attribute

Is there an observer which can be used to observe events when a product is removed from the cart? I haven't found any.

Best Answer

You can use 'sales_quote_remove_item' action for observer and implement functionality whatever you want.

Related Topic