---
title: "Delete a Comment"
method: POST
path: "/commentmanager.delete/{typedId}"
tags: ["Comments"]
---

# Delete a Comment

`POST /commentmanager.delete/{typedId}`

Deletes an existing Comment or CommentThread.<br>
If the CommentThread contains only one comment, the whole CommentThread is deleted.<br>
If the CommentThread is deleted, all related Comments are hard deleted.

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` object[]
      - `deletedItem` string
    - `status` integer

---

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