---
title: "Delete roomType"
method: DELETE
path: "/roomTypes/{key}"
tags: ["roomTypes"]
---

# Delete roomType

`DELETE /roomTypes/{key}`

Delete a specific roomType

## Path parameters

- `key` string, required

## Response `200`

Success, Deleted RoomType

- RoomTypeResponse — A response for information about a bot
  - `id` string — The UUID of the roomType specified
  - `name` string — The roomType being used in the specified room
  - `isEnabled` boolean — Flag indicating whether a roomType is enabled to use on rooms
  - `settings` object — Key-value pairs used to configure bots and rooms intial state
  - `rules` object[] — Array containing the rules that trigger automations for rooms of this type
  - `bots` string[] — Array containing the bots to be used for rooms of this type
  - `createdBy` string — Id of the User who created this roomType.

## 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 `deleteRoomTypes` removed and replaced with `deleteRoomType`
- **2018-03-30** (v1) `4ca6b20ef8df` — 1 info
  - api operation id `deleteRoomType` removed and replaced with `deleteRoomTypes`

[Change history](https://skmtc.dev/salesforce/apis/refocus-api/changes/roomTypes/: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)
