---
title: "Delete comment for event type object."
method: DELETE
path: "/event/{idEvent}/comment/{idComment}"
tags: ["Events"]
---

# Delete comment for event type object.

`DELETE /event/{idEvent}/comment/{idComment}`

## Path parameters

- `idEvent` integer, required
- `idComment` integer, required

## Response `200`

Successfully deleted

- object
  - `result` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

## Changes

- **2024-03-19** (v2) `e09afeb73c0c` — 1 breaking
  - added the new path request parameter `idEvent`
- **2024-03-13** (v2) `d42e8bf36592` — 1 warning
  - deleted the `path` request parameter `idEvent`

[Change history](https://skmtc.dev/pandorafms/apis/api-pandora-fms/changes/event/:idEvent/comment/:idComment/delete.md)

---

[API](https://skmtc.dev/pandorafms/apis/api-pandora-fms.md) · [All operations](https://skmtc.dev/pandorafms/apis/api-pandora-fms/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pandorafms/api-pandora-fms/revisions/f18688ffd894/schema)
