InterviewSolution
Saved Bookmarks
| 1. |
What Request Type From A Rest Resource Allows One To Delete A Sharepoint Object? |
|
Answer» POST to that RESOURCE INCLUDING an X-Http-Method HEADER of DELETE. POST to that resource including an X-Http-Method header of DELETE. |
|