- 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.
推薦閱讀
- 新編Visual Basic程序設計上機實驗教程
- .NET之美:.NET關鍵技術深入解析
- JavaScript前端開發模塊化教程
- Microsoft Application Virtualization Cookbook
- Building a RESTful Web Service with Spring
- Learning Python Design Patterns(Second Edition)
- Building Serverless Applications with Python
- Getting Started with Hazelcast(Second Edition)
- Python項目實戰從入門到精通
- Managing Microsoft Hybrid Clouds
- Python商務數據分析(微課版)
- Tableau Desktop可視化高級應用
- Python面試通關寶典
- Go Systems Programming
- 大話代碼架構:項目實戰版