---
title: "Delete meeting session recording media"
method: DELETE
path: "/meeting_sessions/{id}/recording_media"
tags: ["Meeting Session Data"]
---

# Delete meeting session recording media

`DELETE /meeting_sessions/{id}/recording_media`

**Not yet available in production** — this route is not currently routed on api.telnyx.com and returns a generic 404; it is documented ahead of rollout. Irreversibly requests deletion of provider-hosted aggregate recording media under the provider contract. The operation retains the Telnyx-local Meeting session, transcript segments, events, artifacts, and usage records. It is separate from `DELETE /meeting_sessions/{id}`, which stops or cancels participation without deleting the persisted session. A missing/foreign session returns 404; provider deletion failures return 502.

## Path parameters

- `id` string, required

## Response `202`

Recall accepted the irreversible recording-media deletion request, or a deletion is already in progress.

- MeetingSessionRecordingMediaDeletionResponse
  - `data` object, required
    - `deletion_status` 'requested' | 'already_in_progress', required
    - `meeting_session_id` string, required — The account-scoped Meeting Session identifier.
    - `provider` 'recall', required
    - `scope` 'provider_recording_media', required

## Other responses

- `401` — Unauthorized. On api.telnyx.com, authentication is enforced by the API gateway before the request reaches the Meeting service, so a missing or invalid API key returns the standard Telnyx error envelope (`{"errors": [{"code": "10009", ...}]}`) rather than the single-`error` shape below.
- `403` — The authenticated credential is not permitted to perform this operation.
- `404` — The meeting session does not exist or belongs to another account.
- `409` — Provider recording media cannot be deleted while the meeting is in progress.
- `422` — The session's provider does not support recording-media deletion, or does not match the configured provider.
- `429` — Authentication is temporarily overloaded. Retry after the number of seconds in `Retry-After`.
- `500` — Internal Server Error
- `502` — The provider request failed and the recording-media deletion outcome is unknown.
- `503` — The authentication service is unavailable.

---

[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/3fdc16374d70/schema)
