RESTful Http DELETE method in .NET
Posted
by VIBA
on Stack Overflow
See other posts from Stack Overflow
or by VIBA
Published on 2010-05-23T19:52:02Z
Indexed on
2010/05/23
20:00 UTC
Read the original article
Hit count: 186
I am new to web services. I am dealing with testing APIs in my project. In the previous version the company used GET and POST methods but not PUT and DELETE methods. I need help for the HTTP DELETE method. I have browsed various websites where I found the example code snippets for GET and POST methods, but not for DELETE and PUT methods (why?).
Can anyone give me an example code snippet (C#) for RESTful HTTP DELETE method and explain how to call the DELETE request?
© Stack Overflow or respective owner