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

# Remove a list of channel moderators

`DELETE /channels/{channel_id}/moderators`

This method removes multiple moderators from the specified channel.

## Path parameters

- `channel_id` number, required

## Response `204`

The moderators were 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)
