Featured
-
No Featured Found!
Tags
How to Hit Delete API of MVC5
Hi,
I am trying to hit a MVC web API for deleting the record but i am getting the error that no resource found. I am able to hit the API using PostMan and fiddler but i am unable to hit it using Rest Clinet. Here is my code
var request = ne...