---
title: "Delete the room"
method: DELETE
path: "/room/{room_id}"
tags: ["room"]
---

# Delete the room

`DELETE /room/{room_id}`

## Path parameters

- `room_id` string, required

## Response `204`

Successfully deleted room

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Room doesn't exist
- `503` — Service temporarily unavailable

## Changes

- **2026-07-17** `7227c4e436c0` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `503`
- **2024-02-22** `4f1bea96a0f9` — 1 info
  - the endpoint scheme security `authorization` was added to the API
- **2023-09-08** `d9f3c98af29b` — 1 info
  - api operation id `JellyfishWeb.RoomController.delete` removed and replaced with `delete_room`
- **2023-07-18** `dafa9a249254` — 4 info
  - api operation id `delete_room` removed and replaced with `JellyfishWeb.RoomController.delete`
  - the endpoint scheme security `authorization` was removed from the API
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `503`

[Change history](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server/changes/room/:room_id/delete.md)

---

[API](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server.md) · [All operations](https://skmtc.dev/fishjam-dev/apis/fishjam-media-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fishjam-dev/fishjam-media-server/revisions/7227c4e436c0/schema)
