- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 39字
- 2021-07-03 00:02:21
Deleting a post comment
- Request: DELETE /comments/1 HTTP/1.1
- Response:
{success:"True", deleted_id:1 }
- Response code: 200 OK
Note, if a post comment with an ID provided (in the current case, 1) does not exist, it should return 404 Not Found.
推薦閱讀
- Interactive Data Visualization with Python
- Instant QlikView 11 Application Development
- Hands-On Natural Language Processing with Python
- Java程序設計入門
- Extreme C
- Spring+Spring MVC+MyBatis從零開始學
- 軟件體系結構
- 深入分析GCC
- R的極客理想:量化投資篇
- LabVIEW入門與實戰開發100例(第4版)
- JavaScript編程精解(原書第3版)
- 精通Oracle 12c 數據庫管理
- Python AI游戲編程入門:基于Pygame和PyTorch
- Instant AutoIt Scripting
- Mastering Android Application Development