v2
latestOpenAPI 3.0.32026-07-266076394.0 KBtranscript
transcript/:id
Delete a transcript
delete/transcript/{transcriptId}
Path parameters
transcriptIdstring required
Response
200
Example response
{
"transcriptId": "0cb313e1-211f-4be0-833d-8c7305b19902",
"roomId": "1a5afbf4-211f-4be0-833d-8c7305b19902",
"mtgSessionId": "257764e6-c74e-4c30-944a-a887a03173a3",
"status": "t_finished",
"isVttAvailable": true,
"duration": 277,
"outParams": {
"s3key": "mydomain/test-recording-room/11245260397",
"bucket": "my-transcript-bucket",
"region": "us-west-2"
},
"created_at": "2024-01-15T10:30:00.000Z"
}