---
title: "Unsubscribe a user from a specific channel"
method: DELETE
path: "/users/{user_id}/channels/{channel_id}"
tags: ["Channels\\Subscriptions and subscribers"]
---

# Unsubscribe a user from a specific channel

`DELETE /users/{user_id}/channels/{channel_id}`

This method causes a user to stop following the channel in question.

## Path parameters

- `channel_id` number, required
- `user_id` number, required

## Response `204`

The user is no longer a follower of the channel.

## Other responses

- `404` — No such channel 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)
