---
title: "Remove Comment"
method: DELETE
path: "/api/v1/comments/{comment_id}"
tags: ["comments"]
---

# Remove Comment

`DELETE /api/v1/comments/{comment_id}`

Soft-delete your own comment. Authors only — company admins and owners
have no moderation power over someone else's comment.

## Path parameters

- `comment_id` string, uuid, required

## Query parameters

- `app_id` string, uuid, nullable
- `embed_host_app_id` string, uuid, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/netter/apis/dmi-backend.md) · [All operations](https://skmtc.dev/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netter/dmi-backend/revisions/eed6fb164abd/schema)
