---
title: "Remove a specific channel moderator"
method: DELETE
path: "/channels/{channel_id}/moderators/{user_id}"
tags: ["Channels\\Moderators"]
---

# Remove a specific channel moderator

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

This method removes a single moderator from the specified channel.

## Path parameters

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

## Response `204`

The moderator was removed.

## Other responses

- `403` — The authenticated user doesn't own the channel, the user isn't a moderator of the channel, or you tried to remove the owner of the channel.
- `404` — No such channel exists, or no such user 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)
