Can you please add "Deleted" True/False in the API response for /dwapi/ecommerce/carts/{secret}
It is possible to fetch a deleted cart now as long as you have the secret, and the endpoint return the cart object.
So it should either return a "Cart is deleted" response, or at least return the "Deleted" node so that it is possible to do something with it through code.