- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 100字
- 2021-07-02 20:52:25
HTTP DELETE example
DELETE is very similar to GET. Our HTTP method is DELETE, and we want to undo the star put we created with PUT. DELETE usually has no body:

DELETE is idempotent; when you call DELETE, you will get 200 back, indicating that the resource has been deleted. Making this request again will result in 404, resource not found, as the data has been deleted. Making this call again will result in 404. Although the response has changed from 200 to 404, you are still getting back the same behavior and the server is not doing anything different.
推薦閱讀
- MySQL數據庫管理實戰
- 工程軟件開發技術基礎
- Building Modern Web Applications Using Angular
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- C語言程序設計(第2版)
- Getting Started with CreateJS
- GitLab Repository Management
- Python應用輕松入門
- Nexus規模化Scrum框架
- Tableau 10 Bootcamp
- 移動增值應用開發技術導論
- Python大學實用教程
- RubyMotion iOS Develoment Essentials
- Puppet:Mastering Infrastructure Automation
- 精通Spring:Java Web開發與Spring Boot高級功能