---
title: "Stop room recording"
method: DELETE
path: "/rooms/{id}/record"
tags: ["Rooms"]
---

# Stop room recording

`DELETE /rooms/{id}/record`

## Response `200`

Recording stopped

- StatusResponse
  - `instance_id` string — Instance identifier
  - `status` string, required

## Other responses

- `404` — No recording in progress

## Changes

- **2026-03-31** `70d3addada94` — 1 breaking, 2 warning, 1 info
  - removed the required property `file` from the response with the `200` status
  - removed the optional property `channels` from the response with the `200` status
  - removed the optional property `multi_channel_file` from the response with the `200` status
  - added the optional property `instance_id` to the response with the `200` status
- **2026-03-26** `8d385fec9a6f` — 1 warning, 3 info
  - removed the optional property `instance_id` from the response with the `200` status
  - added the optional property `channels` to the response with the `200` status
  - added the optional property `multi_channel_file` to the response with the `200` status
  - added the required property `file` to the response with the `200` status
- **2026-03-26** `d09c97c6ca8c` — 1 info
  - added the required property `file` to the response with the `200` status
- **2026-03-26** `818619c99a1d` — 1 breaking
  - removed the required property `file` from the response with the `200` status

[Change history](https://skmtc.dev/voiceblender/apis/voiceblender-api/changes/rooms/:id/record/delete.md)

---

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