You are designing an ASP.NET Web API application. You need to select an HTTP verb to
allow blog administrators to remove a comment. Which HTTP verb should you use?
A.
PUT
B.
DELETE
C.
POST
D.
GET
You are designing an ASP.NET Web API application. You need to select an HTTP verb to
allow blog administrators to remove a comment. Which HTTP verb should you use?
You are designing an ASP.NET Web API application. You need to select an HTTP verb to
allow blog administrators to remove a comment. Which HTTP verb should you use?
A.
PUT
B.
DELETE
C.
POST
D.
GET
Answer = B. Delete
Answer is correct