Glue / Client / delete_asset

delete_asset

Glue.Client.delete_asset(**kwargs)

Deletes an asset from Glue Data Catalog.

See also: AWS API Documentation

Request Syntax

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

Identifier (string) –

[REQUIRED]

The unique identifier of the asset to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Glue.Client.exceptions.AccessDeniedException

  • Glue.Client.exceptions.ConcurrentModificationException

  • Glue.Client.exceptions.InternalServiceException

  • Glue.Client.exceptions.InvalidInputException

  • Glue.Client.exceptions.ThrottlingException