/api/reports/comments/:id
Delete comment specified by ID.
Resource Information
Resource URL | |
HTTP Method |
|
Request Parameters
Parameters | Detail | Example |
---|---|---|
| ID of the comment to delete. | 123 |
Sample Request / Response
Using curl
:
When the comment has been deleted successfully, the response has the HTTP status code 200 and the content OK.