:doc:`TranscribeService <../../transcribe>` / Client / delete_transcription_job

************************
delete_transcription_job
************************



.. py:method:: TranscribeService.Client.delete_transcription_job(**kwargs)

  

  Deletes a transcription job. To use this operation, specify the name of the job you want to delete using ``TranscriptionJobName``. Job names are case sensitive.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/DeleteTranscriptionJob>`_  


  **Request Syntax**
  ::

    response = client.delete_transcription_job(
        TranscriptionJobName='string'
    )
    
  :type TranscriptionJobName: string
  :param TranscriptionJobName: **[REQUIRED]** 

    The name of the transcription job you want to delete. Job names are case sensitive.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`TranscribeService.Client.exceptions.LimitExceededException`

  
  *   :py:class:`TranscribeService.Client.exceptions.BadRequestException`

  
  *   :py:class:`TranscribeService.Client.exceptions.InternalFailureException`

  