Deletes a medical transcription job. To use this operation, specify the name of the job you want to delete using MedicalTranscriptionJobName. Job names are case sensitive.
MedicalTranscriptionJobName
Use a bare-bones client and the command you need to make an API call.
import { TranscribeClient, DeleteMedicalTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import // const { TranscribeClient, DeleteMedicalTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import const client = new TranscribeClient(config); const command = new DeleteMedicalTranscriptionJobCommand(input); const response = await client.send(command);
DeleteMedicalTranscriptionJobCommandInput for command's input shape.
input
DeleteMedicalTranscriptionJobCommandOutput for command's response shape.
response
config for TranscribeClient's config shape.
config
Deletes a medical transcription job. To use this operation, specify the name of the job you want to delete using
MedicalTranscriptionJobName
. Job names are case sensitive.Use a bare-bones client and the command you need to make an API call.
import { TranscribeClient, DeleteMedicalTranscriptionJobCommand } from "@aws-sdk/client-transcribe"; // ES Modules import // const { TranscribeClient, DeleteMedicalTranscriptionJobCommand } = require("@aws-sdk/client-transcribe"); // CommonJS import const client = new TranscribeClient(config); const command = new DeleteMedicalTranscriptionJobCommand(input); const response = await client.send(command);
DeleteMedicalTranscriptionJobCommandInput for command's
input
shape.DeleteMedicalTranscriptionJobCommandOutput for command's
response
shape.config for TranscribeClient's
config
shape.