書名: 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.
推薦閱讀
- The Supervised Learning Workshop
- arc42 by Example
- Mastering SVG
- 趣學Python算法100例
- NumPy Essentials
- Practical Game Design
- 信息技術應用基礎
- Spring+Spring MVC+MyBatis整合開發實戰
- 機器學習與R語言實戰
- Java Web開發就該這樣學
- QGIS Python Programming Cookbook(Second Edition)
- OpenCV 3 Blueprints
- ActionScript 3.0從入門到精通(視頻實戰版)
- 深入淺出 HTTPS:從原理到實戰
- Mastering Unreal Engine 4.X