Skip to content

Delete a comment

DELETE
/repos/{owner}/{repo}/issues/comments/{id}
owner
required
string

Owner of the repo

repo
required
string

Name of the repo

id
required
integer format: int64

Id of comment to delete

APIEmpty is an empty response

APIForbiddenError is a forbidden error response

object
message
string
url
string
Example generated
{
"message": "example",
"url": "example"
}

APIInternalServerError is an error that is raised when an internal server error occurs

object
message
string
url
string
Example generated
{
"message": "example",
"url": "example"
}