Glue / Client / delete_user_defined_function
delete_user_defined_function#
- Glue.Client.delete_user_defined_function(**kwargs)#
- Deletes an existing function definition from the Data Catalog. - See also: AWS API Documentation - Request Syntax- response = client.delete_user_defined_function( CatalogId='string', DatabaseName='string', FunctionName='string' ) - Parameters:
- CatalogId (string) – The ID of the Data Catalog where the function to be deleted is located. If none is supplied, the Amazon Web Services account ID is used by default. 
- DatabaseName (string) – - [REQUIRED] - The name of the catalog database where the function is located. 
- FunctionName (string) – - [REQUIRED] - The name of the function definition to be deleted. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- Glue.Client.exceptions.EntityNotFoundException
- Glue.Client.exceptions.InvalidInputException
- Glue.Client.exceptions.InternalServiceException
- Glue.Client.exceptions.OperationTimeoutException