---
title: "Delete a gist comment"
method: DELETE
path: "/gists/{gist_id}/comments/{comment_id}"
tags: ["gists"]
---

# Delete a gist comment

`DELETE /gists/{gist_id}/comments/{comment_id}`

## Path parameters

- `gist_id` string, required
- `comment_id` integer, required

## Response `204`

Response

## Other responses

- `304` — Not modified
- `403` — Forbidden
- `404` — Resource not found

---

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