delete_pull_request_review_comment
Permanently delete an inline pull request review comment after verifying its PR ownership, node ID, and update timestamp. Deleted comment content cannot be restored.
Instructions
Permanently delete an inline review comment after its PR ownership, node ID, and updatedAt value all match. Deleted comment content cannot be restored by this MCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| hostname | No | ||
| repository | Yes | Repository in owner/name format | |
| expectedNodeId | Yes | ||
| reviewCommentId | Yes | ||
| expectedUpdatedAt | Yes | ||
| pullRequestNumber | Yes |