---
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

---

[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)
