---
title: "Delete a video comment"
method: DELETE
path: "/videos/{video_id}/comments/{comment_id}"
tags: ["Videos\\Comments"]
---

# Delete a video comment

`DELETE /videos/{video_id}/comments/{comment_id}`

This method deletes the specified comment from a video.

## Path parameters

- `comment_id` number, required
- `video_id` number, required

## Response `204`

The comment was deleted.

## Other responses

- `403` — Error code 3415: The authenticated user didn't write this comment and can't delete it.
- `404` — * No such video or comment exists. * Error code 5000: The comment wasn't deleted and still exists.

---

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