Glue / Client / delete_glossary_term

delete_glossary_term

Glue.Client.delete_glossary_term(**kwargs)

Deletes a glossary term from Glue Data Catalog.

See also: AWS API Documentation

Request Syntax

response = client.delete_glossary_term(
    Identifier='string'
)
Parameters:

Identifier (string) –

[REQUIRED]

The unique identifier of the glossary term to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Glue.Client.exceptions.AccessDeniedException

  • Glue.Client.exceptions.InternalServiceException

  • Glue.Client.exceptions.InvalidInputException

  • Glue.Client.exceptions.ConcurrentModificationException

  • Glue.Client.exceptions.ThrottlingException