Delete a comment
Deprecated
DELETE
/repos/{owner}/{repo}/issues/{index}/comments/{id}
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” owner
required
string
Owner of the repo
repo
required
string
Name of the repo
index
required
integer
This parameter is ignored
id
required
integer format: int64
Id of comment to delete
Responses
Section titled “ Responses ”APIEmpty is an empty response
APIForbiddenError is a forbidden error response
object
message
string
url
string
Example generated
{ "message": "example", "url": "example"}object
message
string
url
string
APIInternalServerError is an error that is raised when an internal server error occurs
object
message
string
url
string
Example generated
{ "message": "example", "url": "example"}object
message
string
url
string