Outline

DELETE Http Method

DELETE is used to remove an item from our collection. The DELETE that we will be implementing will accept the ID for the item that we would like to remove.

A successful DELETE request will return a 200 OK status code back to the user. There is nothing to return back because the data should be gone.

The course is taught by Thomas Desmond
@ThomasJDesmond
TheTomBomb.com

 

I finished! On to the next chapter