Skip to content

DeleteTranscriptionJob

Source: src/AWS/Transcribe/DeleteTranscriptionJob.ts

Runtime binding for transcribe:DeleteTranscriptionJob — delete a batch transcription job and its transcript from the service-managed output location.

Amazon Transcribe batch actions have no resource-level IAM; the host is granted transcribe:DeleteTranscriptionJob on *.

// init
const deleteTranscriptionJob = yield* AWS.Transcribe.DeleteTranscriptionJob();
// runtime
yield* deleteTranscriptionJob({ TranscriptionJobName: "my-job" });