Translate / Client / delete_terminology
delete_terminology#
- Translate.Client.delete_terminology(**kwargs)#
- A synchronous action that deletes a custom terminology. - See also: AWS API Documentation - Request Syntax- response = client.delete_terminology( Name='string' ) - Parameters:
- Name (string) – - [REQUIRED] - The name of the custom terminology being deleted. 
- Returns:
- None 
 - Exceptions- Translate.Client.exceptions.ResourceNotFoundException
- Translate.Client.exceptions.TooManyRequestsException
- Translate.Client.exceptions.InvalidParameterValueException
- Translate.Client.exceptions.InternalServerException