---
title: "Delete comment"
method: DELETE
path: "/forms/{formId}/comments/{commentId}"
tags: ["Comments"]
---

# Delete comment

`DELETE /forms/{formId}/comments/{commentId}`

Deletes a comment. Requires ownership or MANAGE permission on the form.

## Response `204`

Comment deleted successfully.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/osdg-iiith/apis/forms-portal-api.md) · [All operations](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/osdg-iiith/forms-portal-api/revisions/85c657c8ce11/schema)
