---
title: "Remove comment"
method: DELETE
path: "/comments/{comment_id}"
tags: ["Comments"]
---

# Remove comment

`DELETE /comments/{comment_id}`

Permanently deletes a comment.

## Path parameters

- `comment_id` string, required

## Response `204`

Returns an empty response when the comment has been deleted.

## Other responses

- `default` — An unexpected client error.

---

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