:doc:`Macie2 <../../macie2>` / Client / delete_findings_filter

**********************
delete_findings_filter
**********************



.. py:method:: Macie2.Client.delete_findings_filter(**kwargs)

  

  Deletes a findings filter.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteFindingsFilter>`_  


  **Request Syntax**
  ::

    response = client.delete_findings_filter(
        id='string'
    )
    
  :type id: string
  :param id: **[REQUIRED]** 

    The unique identifier for the Amazon Macie resource that the request applies to.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      The request succeeded. The specified findings filter was deleted and there isn't any content to include in the body of the response (No Content).

      
  
  **Exceptions**
  
  *   :py:class:`Macie2.Client.exceptions.ValidationException`

  
  *   :py:class:`Macie2.Client.exceptions.InternalServerException`

  
  *   :py:class:`Macie2.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`Macie2.Client.exceptions.AccessDeniedException`

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

  
  *   :py:class:`Macie2.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Macie2.Client.exceptions.ConflictException`

  