---
title: "Delete an issue comment"
method: DELETE
path: "/repos/{owner}/{repo}/issues/comments/{comment_id}"
tags: ["issues"]
---

# Delete an issue comment

`DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}`

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.

## Path parameters

- `owner` string, required
- `repo` string, required
- `comment_id` integer, required

## Response `204`

Response

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-6.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-6/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-6/versions/15db3fa0759b/schema)
