---
title: "Delete several room recordings in a bulk."
method: DELETE
path: "/room_recordings"
tags: ["Room Recordings"]
---

# Delete several room recordings in a bulk.

`DELETE /room_recordings`

Deletes the room recordings that match the supplied filters and returns the number of recordings affected. Filters support room, session, participant, recording type, status, duration, and start or end dates.

## Query parameters

- `filter` object
  - `date_ended_at` object
    - `eq` string, date — ISO 8601 date for filtering room recordings ended on that date.
    - `gte` string, date — ISO 8601 date for filtering room recordings ended on or after that date.
    - `lte` string, date — ISO 8601 date for filtering room recordings ended on or before that date.
  - `date_started_at` object
    - `eq` string, date — ISO 8601 date for filtering room recordings started on that date.
    - `gte` string, date — ISO 8601 date for filtering room recordings started on or after that date.
    - `lte` string, date — ISO 8601 date for filtering room recordings started on or before that date.
  - `room_id` string, uuid — room_id for filtering room recordings.
  - `participant_id` string, uuid — participant_id for filtering room recordings.
  - `session_id` string, uuid — session_id for filtering room recordings.
  - `status` string — status for filtering room recordings.
  - `type` string — type for filtering room recordings.
  - `duration_secs` integer — duration_secs greater or equal for filtering room recordings.
- `page` object
  - `size` integer — The size of the page.
  - `number` integer — The page number to load.

## Response `201`

Successful response for Bulk Delete Room recordings requests

- object
  - `data` object
    - `room_recordings` integer — Amount of room recordings affected

## Other responses

- `422` — Unprocessable entity. Check the 'detail' field in response for details.

## Changes

> 82 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 1 breaking
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `422`
- **2026-08-17** `1571b0380bd7` — 1 breaking
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `422`
- **2026-08-04** `8f5f4e537994` — 1 breaking
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `422`

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/room_recordings/delete.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/16bfa298dc71?raw)
