Remove GitHubComment - X-Guardian/PowerShellForGitHub GitHub Wiki
Deletes a GitHub comment from an Issue in the given repository
The Git repo for this module can be found here: http://aka.ms/PowerShellForGitHub
Remove-GitHubIssueComment -OwnerName microsoft -RepositoryName PowerShellForGitHub -Comment 1
Deletes a GitHub comment from an Issue in the microsoft\PowerShellForGitHub project.
Remove-GitHubIssueComment -OwnerName microsoft -RepositoryName PowerShellForGitHub -Comment 1 -Confirm:$false
Deletes a Github comment from an Issue in the microsoft\PowerShellForGitHub project without prompting confirmation.
Remove-GitHubIssueComment -OwnerName microsoft -RepositoryName PowerShellForGitHub -Comment 1 -Force
Deletes a GitHub comment from an Issue in the microsoft\PowerShellForGitHub project without prompting confirmation.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.