---
title: "Destroy comment"
method: DELETE
path: "/comments/{target_app}/{target_model}/{id}"
tags: ["Comments"]
---

# Destroy comment

`DELETE /comments/{target_app}/{target_model}/{id}`

Destroy a specific comment by its id.

## Path parameters

- `id` string, required
- `target_app` 'taskflow', required
- `target_model` 'task', required

## Headers

- `X-Company-ID` string, required

## Response `204`

Comment deleted successfully

## Other responses

- `404`

---

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