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

*************************
delete_medical_vocabulary
*************************



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

  

  Deletes a custom medical vocabulary. To use this operation, specify the name of the custom vocabulary you want to delete using ``VocabularyName``. Custom vocabulary names are case sensitive.

  

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


  **Request Syntax**
  ::

    response = client.delete_medical_vocabulary(
        VocabularyName='string'
    )
    
  :type VocabularyName: string
  :param VocabularyName: **[REQUIRED]** 

    The name of the custom medical vocabulary you want to delete. Custom medical vocabulary names are case sensitive.

    

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

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

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

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

  