deleteTranscription

@DELETE(value = "/video/call/{type}/{id}/{session}/transcriptions/{filename}")
abstract suspend fun deleteTranscription(@Path(value = "type") type: String, @Path(value = "id") id: String, @Path(value = "session") session: String, @Path(value = "filename") filename: String): DeleteTranscriptionResponse

Delete transcription Deletes transcription