Glue / Client / delete_glossary

delete_glossary

Glue.Client.delete_glossary(**kwargs)

Deletes a business glossary from Glue Data Catalog. A glossary cannot be deleted if it still contains glossary terms.

See also: AWS API Documentation

Request Syntax

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

Identifier (string) –

[REQUIRED]

The unique identifier of the glossary 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.ConflictException

  • Glue.Client.exceptions.ConcurrentModificationException

  • Glue.Client.exceptions.ThrottlingException