---
title: "Delete comment"
method: DELETE
path: "/api/v1/comments/dashboards/{dashboardUuid}/{commentId}"
tags: ["Comments"]
---

# Delete comment

`DELETE /api/v1/comments/dashboards/{dashboardUuid}/{commentId}`

Deletes a comment on a dashboard

## Path parameters

- `dashboardUuid` string, required
- `commentId` string, required

## Response `200`

Success

- ApiResolveComment
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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