Skip to main content

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

NameInTypeRequiredDescriptionExample
deviceIDpathinteger (int64)YesThe ID of the device that owns the comment.1
commentIDpathinteger (int64)YesThe 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.