I have a Web API in MVC4. I\'m getting a 404 when posting data using ajax and I don\'t understand why.
LanguageController:
[AcceptVerbs(\"POST\")] public
The file name of the code public void Delete(string id) should be named "languageController". Pls check the name
Also, the better way to use Delete action should be in "Delete" rather than "Post"