---
title: "Delete Alarm Comment"
method: DELETE
path: "/v1/alarms/{alarm-id}/comments/{comment-id}"
tags: ["Alarms"]
---

# Delete Alarm Comment

`DELETE /v1/alarms/{alarm-id}/comments/{comment-id}`

Delete an alarm comment.

## Path parameters

- `alarm-id` integer, required
- `comment-id` integer, required

## Response `204`

Comment deleted.

## Other responses

- `400` — Invalid alarm ID or invalid comment ID
- `401` — Unauthorized
- `403` — User does not have update access to alarm or alarm's source object
- `404` — Alarm with given ID does not exist, or comment with given ID does not belong to that alarm
- `500` — Database failure

## Changes

- **2026-07-27** `fd19b52b308f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/alarms/:alarm-id/comments/:comment-id/delete.md)

---

[API](https://skmtc.dev/netxms/apis/netxms-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc.dev/netxms/apis/netxms-api/revisions/2827204d68d9?raw)
