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

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

---

[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/versions/8f5f4e537994/schema)
