---
title: "Delete a comment or a reply"
method: DELETE
path: "/api/v1/videos/{id}/comments/{commentId}"
tags: ["Video Comments"]
---

# Delete a comment or a reply

`DELETE /api/v1/videos/{id}/comments/{commentId}`

## Path parameters

- `id` union, required
  - integer
  - string, uuid
  - string — translation of a uuid v4 with a bigger alphabet to have a shorter uuid
- `commentId` integer, required

## Response `204`

successful operation

## Other responses

- `403` — cannot remove comment of another user
- `404` — comment or video does not exist
- `409` — comment is already deleted

---

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