AzureDevOpsPullRequest.

DeleteComment(int, int) Method

Summary

Deletes the comment in the given thread.

Syntax

public void DeleteComment(int threadId, int commentId)

Parameters

Name Type Description
threadId int The id of the thread containing the comment.
commentId int The id of the comment to delete.

Return Value

Type Description
void