:doc:`Translate <../../translate>` / Client / delete_terminology

******************
delete_terminology
******************



.. py:method:: Translate.Client.delete_terminology(**kwargs)

  

  A synchronous action that deletes a custom terminology.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/translate-2017-07-01/DeleteTerminology>`_  


  **Request Syntax**
  ::

    response = client.delete_terminology(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the custom terminology being deleted.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Translate.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Translate.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`Translate.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`Translate.Client.exceptions.InternalServerException`

  