---
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.
  - `duration_secs` integer — duration_secs greater or equal for filtering room recordings.
  - `participant_id` string, uuid — participant_id for filtering room recordings.
  - `room_id` string, uuid — room_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.
- `page` object
  - `number` integer — The page number to load.
  - `size` integer — The size of the page.

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

- **2026-08-17** `1571b0380bd7` — 1 breaking
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `422`
- **2026-08-04** `8f5f4e537994` — 1 breaking
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`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-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
