DataZone / Client / delete_asset_filter

delete_asset_filter

DataZone.Client.delete_asset_filter(**kwargs)

Deletes an asset filter.

Prerequisites:

  • The asset filter must exist.

  • The domain and asset must not have been deleted.

  • Ensure the –identifier refers to a valid filter ID.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The ID of the domain where you want to delete an asset filter.

  • assetIdentifier (string) –

    [REQUIRED]

    The ID of the data asset.

  • identifier (string) –

    [REQUIRED]

    The ID of the asset filter that you want to delete.

Returns:

None

Exceptions

  • DataZone.Client.exceptions.InternalServerException

  • DataZone.Client.exceptions.ResourceNotFoundException

  • DataZone.Client.exceptions.AccessDeniedException

  • DataZone.Client.exceptions.ThrottlingException

  • DataZone.Client.exceptions.ConflictException

  • DataZone.Client.exceptions.ValidationException

  • DataZone.Client.exceptions.UnauthorizedException