---
title: "Remove user from channel"
method: DELETE
path: "/api/v4/channels/{channel_id}/members/{user_id}"
tags: ["channels"]
---

# Remove user from channel

`DELETE /api/v4/channels/{channel_id}/members/{user_id}`

Delete a channel member, effectively removing them from a channel.

Channel members can only be deleted from public or private channels.
##### Permissions
`manage_public_channel_members` permission if the channel is public.
`manage_private_channel_members` permission if the channel is private.

## Path parameters

- `channel_id` string, required
- `user_id` string, required

## Response `200`

Channel member deletion successful

- 38cb7293StatusOK
  - `status` string — Will contain "ok" if the request was successful and there was nothing else to return

## Other responses

- `400` — Invalid or missing parameters in URL or request body
- `401` — No access token provided
- `403` — Do not have appropriate permissions

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/158a854b0c7d/schema)
