---
title: "Remove a user from the room"
method: DELETE
path: "/room/{id}/user/{userId}"
---

# Remove a user from the room

`DELETE /room/{id}/user/{userId}`

## Path parameters

- `id` string, required
- `userId` string, required

## Response `204`

Success

## Other responses

- `default` — Error

---

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