---
title: "Delete a temporary room"
method: DELETE
path: "/api/rooms/{roomId}"
tags: ["API"]
---

# Delete a temporary room

`DELETE /api/rooms/{roomId}`

## Path parameters

- `roomId` string, required

## Response `204`

Success

## Other responses

- `405` — Room is protected from deletion
- `500` — Internal error

## Changes

- **2020-06-14** `f688e16a39cd` — 1 breaking
  - added the new path request parameter `roomId`
- **2020-04-02** `d81f5cca9cd2` — 1 info
  - endpoint added
- **2020-03-29** `7d0e3757f332` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tng/apis/virtual-office/changes/api/rooms/:roomId/delete.md)

---

[API](https://skmtc.dev/tng/apis/virtual-office.md) · [All operations](https://skmtc.dev/tng/apis/virtual-office/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tng/virtual-office/revisions/5cc6ee797979/schema)
