DataZone / Client / delete_glossary

delete_glossary#

DataZone.Client.delete_glossary(**kwargs)#

Deletes a business glossary in Amazon DataZone.

See also: AWS API Documentation

Request Syntax

response = client.delete_glossary(
    domainIdentifier='string',
    identifier='string'
)
Parameters:
  • domainIdentifier (string) –

    [REQUIRED]

    The ID of the Amazon DataZone domain in which the business glossary is deleted.

  • identifier (string) –

    [REQUIRED]

    The ID of the business glossary that is deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions