---
title: "Delete a channel"
method: DELETE
path: "/channels/{channel_id}"
tags: ["Channels\\Essentials"]
---

# Delete a channel

`DELETE /channels/{channel_id}`

This method deletes the specified channel.

## Path parameters

- `channel_id` number, required

## Response `204`

The channel was deleted.

## Other responses

- `403` — The authenticated user doesn't own this channel.

---

[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)
