16. Deleting Data (Book) with [HttpDelete] in Web API

Опубликовано: 06 Октябрь 2024
на канале: Ervis Trupja
5,274
65

======================================
📌 Complete Course: https://bit.ly/3bJawaZ
📌 Github repository: https://bit.ly/3apXvCH
=====================================

✅ HTTP (Hypertext Transfer Protocol) is a method for encoding and transporting information between a client and a web server

✅ [HttpDelete] is used to delete a specified resource


===================================
You can also watch my courses on:
🎯 Udemy: http://bit.ly/2MaEA5r​​​​​​​
🎯 LinkedIn Learning: https://bit.ly/2NJ5PEF​​​​​​​
🎯 Pluralsight: http://bit.ly/2EsgjlJ​​​​​​​
===================================


#aspnetcore​​​ #webapi​​​ #httpdelete​​​ #requestbody​​​ #entityframework​​​ #entityframeworkcore​​ #aspnetcorewebapi​​ #httpdeleterequest #deleterequest​


0:00​​ - Introduction
0:2​6 - Adding Delete Method in the Service - DeleteBookById
1:40​ - Add [HttpDelete] DeleteBookById API Endpoint
2:38​​ - API Testing with Swagger