:doc:`Personalize <../../personalize>` / Client / delete_filter

*************
delete_filter
*************



.. py:method:: Personalize.Client.delete_filter(**kwargs)

  

  Deletes a filter.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/DeleteFilter>`_  


  **Request Syntax**
  ::

    response = client.delete_filter(
        filterArn='string'
    )
    
  :type filterArn: string
  :param filterArn: **[REQUIRED]** 

    The ARN of the filter to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Personalize.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Personalize.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Personalize.Client.exceptions.ResourceInUseException`

  