If I add an item to my cart and then it subsequently goes out of stock the API returns a 422 when trying to remove it from my cart.
I POST to /cart/change.js and try and set the quantity to 0 and it returns 422:
{
"status": 422,
"message": "Cart Error",
"description": "The product 'xxx' is already sold out."
}