Search + K

Command Palette

Search for a command to run...

Sign In

Delete an issue comment

DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}
Copy endpoint
https://api.github.com

You can use the REST API to delete comments on issues and pull requests. Every pull request is an issue, but not every issue is a pull request.

Parameters

path Path Parameters

Name Type
owner required

The account owner of the repository. The name is not case sensitive.

string
repo required

The name of the repository without the .git extension. The name is not case sensitive.

string
comment_id required

The unique identifier of the comment.

number

Responses

204

Response

unknown