---
title: "Remove Channel Viewers"
method: POST
path: "/channel/{video_workspace_id}/viewers/remove"
---

# Remove Channel Viewers

`POST /channel/{video_workspace_id}/viewers/remove`

Remove one or more viewers from a channel by email address.

## Path parameters

- `video_workspace_id` string, required

## Request body

- object
  - `emails` string[], required — Email addresses of viewers to remove. A maximum of 200 viewers can be removed in one request.

## Response `200`

200

- object
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/gumlet/apis/gumlet-rest-apis.md) · [All operations](https://skmtc.net/gumlet/apis/gumlet-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gumlet/gumlet-rest-apis/revisions/b1f7ac2aeeec/schema)
