---
title: "Delete Comment"
method: DELETE
path: "/transcripts/{transcript_id}/comments/{comment_id}"
tags: ["transcripts"]
---

# Delete Comment

`DELETE /transcripts/{transcript_id}/comments/{comment_id}`

Soft delete a comment. Comment owner or admin can delete.

## Path parameters

- `transcript_id` string, required
- `comment_id` string, uuid, required

## Response `200`

Successful Response

- boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/89fec75ff598/schema)
