---
title: "Delete a room."
method: DELETE
path: "/rooms/{room_id}"
tags: ["Rooms"]
---

# Delete a room.

`DELETE /rooms/{room_id}`

Synchronously delete a Room. Participants from that room will be kicked out, they won't be able to join that room anymore, and you won't be charged anymore for that room.

## Path parameters

- `room_id` string, uuid, required

## Response `204`

The resource was deleted successfully.

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/ec31f78cf002/schema)
