- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 41字
- 2021-07-03 00:02:20
Delete blog post
- Request: DELETE /posts/1 HTTP/1.1
- Response:
{success:"True", deleted_id:1 }
- Response code: 200 OK
Note, if a blog post with an ID provided (in the current case, 1) does not exist, it should return 404, which means resource Not Found.
推薦閱讀
- CMDB分步構建指南
- SAS數據統計分析與編程實踐
- Android底層接口與驅動開發技術詳解
- 51單片機C語言開發教程
- Node Cookbook(Second Edition)
- Procedural Content Generation for C++ Game Development
- Instant PHP Web Scraping
- Qt5 C++ GUI Programming Cookbook
- UML2面向對象分析與設計(第2版)
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- Scratch從入門到精通
- Learning Image Processing with OpenCV
- 從零開始學算法:基于Python
- 透視C#核心技術:系統架構及移動端開發
- ASP.NET本質論