Deletes a device comment
DELETE /v1/device/{deviceID}/comment/{commentID}
Summary
Deletes a device comment.
Details
The caller must have write access to the device, and only the comment owner can
delete the comment.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| deviceID | path | integer (int64) | Yes | The ID of the device that owns the comment. | 1 |
| commentID | path | integer (int64) | Yes | The ID of the comment to delete. | 1 |
Request Body
No request body is documented here.
Responses
200
Success. No response body.
No response body schema documented.