Dotnet
Creating a C# ASP.Net Core API - Create, Update, & Delete Data

Implementing DELETE

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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