Personalize / Client / delete_filter

delete_filter#

Personalize.Client.delete_filter(**kwargs)#

Deletes a filter.

See also: AWS API Documentation

Request Syntax

response = client.delete_filter(
    filterArn='string'
)
Parameters:

filterArn (string) –

[REQUIRED]

The ARN of the filter to delete.

Returns:

None

Exceptions

  • Personalize.Client.exceptions.InvalidInputException

  • Personalize.Client.exceptions.ResourceNotFoundException

  • Personalize.Client.exceptions.ResourceInUseException