Meeting Session Data
Delete meeting session 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.
delete/meeting_sessions/{id}/recording_media
Path parameters
idstring required
Example:mtgsess_a1b2c3d4-e5f6-7890-abcd-ef1234567890
Unique identifier for the meeting session.
Response
Recall accepted the irreversible recording-media deletion request, or a deletion is already in progress.
Example response
{
"data": {
"deletion_status": "requested",
"meeting_session_id": "mtgsess_a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"provider": "recall",
"scope": "provider_recording_media"
}
}