Hi there!
I'm using AJAX to provide a cooler cart experience. I can add products using the order anywhere url but haven't found a reliable way to build a url to remove them. Looking at the remove buttons in the cart it's using an array that get's reset when the cart is cleared but not when product are individually removed. If there was a url that used the sku to remove a line item I wouldn't have to call the clear cart url and add them all back.
Thanks.