DELETE

REST uses the DELETE verb to remove a specific resource item. It takes the form of /api/resource/<id>. It deletes a particular resource based on <id>. REST supports deletion of all items of a given resource type, although this doesn't make sense as it is now possible for a user to accidentally delete all items of the resource type. For this and many other reasons, no server actually implements this feature.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset