There is an action in my ASP.NET MVC controller that returns JSON data with a 400 Bad Request when invalid parameters are passed to the action.
[HttpDelete] publ
Add the following entry to your 'web.config'.
This will allow HTTP errors to pass through un-molested.