---
title: "Delete incident comment"
method: DELETE
path: "/incidents/{id}/comments/{commentId}"
tags: ["Incidents"]
---

# Delete incident comment

`DELETE /incidents/{id}/comments/{commentId}`

Delete a comment from an incident

## Path parameters

- `id` string, required
- `commentId` number, required

## Response `204`

Comment deleted successfully

## Other responses

- `401` — Unauthorized - missing or invalid authentication
- `403` — Forbidden - no write permission
- `404` — Incident or comment not found

---

[API](https://skmtc.net/uptimerobot/apis/uptimerobot-api.md) · [All operations](https://skmtc.net/uptimerobot/apis/uptimerobot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uptimerobot/uptimerobot-api/revisions/2b6fa8c427ba/schema)
