---
title: "Delete a review comment for a pull request"
method: DELETE
path: "/repos/{owner}/{repo}/pulls/comments/{comment_id}"
tags: ["pulls"]
---

# Delete a review comment for a pull request

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

Deletes a review comment.

## Path parameters

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

## Response `204`

Response

## Other responses

- `404` — Resource not found

---

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