curl --request DELETE \
--url https://api.gladia.io/v2/live/{id} \
--header 'x-gladia-key: <api-key>'{
"timestamp": "2023-12-28T09:04:17.210Z",
"path": "/v2/transcription/45463597-20b7-4af7-b3b3-f5fb778203ab",
"request_id": "G-821fe9df",
"statusCode": 401,
"message": "gladia key not found"
}Delete a live transcription and all its data (audio file, transcription).
curl --request DELETE \
--url https://api.gladia.io/v2/live/{id} \
--header 'x-gladia-key: <api-key>'{
"timestamp": "2023-12-28T09:04:17.210Z",
"path": "/v2/transcription/45463597-20b7-4af7-b3b3-f5fb778203ab",
"request_id": "G-821fe9df",
"statusCode": 401,
"message": "gladia key not found"
}