---
title: "Remove a specific video from a channel"
method: DELETE
path: "/channels/{channel_id}/videos/{video_id}"
tags: ["Channels\\Videos"]
---

# Remove a specific video from a channel

`DELETE /channels/{channel_id}/videos/{video_id}`

This method removes a single video from the channel in question.

## Path parameters

- `channel_id` number, required
- `video_id` number, required

## Response `204`

The video was removed.

## Other responses

- `403` — The authenticated user isn't a moderator of this channel.
- `404` — No such channel exists, or no such video 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)
