Delete a comment on a driver
x-ms-visibility: "important"
Deletes the specified comment for a driver.
Path Parameters
commentId int64 required
ID of the comment to delete.
Responses
- 200
- 400
- 401
Comment successfully deleted.
application/json
Schema
Example (from schema)
Schema
status string
{
"status": "string"
}
Validation error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized.
Loading...