Class DeletePullRequestCommentRequest (0.1.17)

DeletePullRequestCommentRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The request to delete a pull request comment. A Review PullRequestComment cannot be deleted.

Attribute

Name Description
name str
Required. Name of the pull request comment to delete. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}/pullRequestComments/{comment_id}.