---
title: "Delete room"
method: DELETE
path: "/rooms/{key}"
tags: ["rooms"]
---

# Delete room

`DELETE /rooms/{key}`

Delete a specific room

## Path parameters

- `key` string, required

## Response `200`

Success, Deleted RoomType

- RoomResponse — A response for information about a room
  - `id` integer — The room number of the specified room
  - `name` string — The unique readable name for the room
  - `active` boolean — Flag for whether the room is still active or closed
  - `type` string — The roomType being used in the specified room
  - `createdBy` string — Id of the User who created this room.
  - `origin` string — Tracks where refocus room was created from

## Other responses

- `400` — Bad Request
- `401` — Authentication Error
- `404` — Resource Not Found
- `default` — Error

## Changes

- **2019-05-11** (v1) `1f6763745891` — 1 info
  - api operation id `deleteRooms` removed and replaced with `deleteRoom`
- **2018-03-30** (v1) `4ca6b20ef8df` — 1 info
  - api operation id `deleteRoom` removed and replaced with `deleteRooms`

[Change history](https://skmtc.dev/salesforce/apis/refocus-api/changes/rooms/:key/delete.md)

---

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