---
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

---

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