:doc:`DataZone <../../datazone>` / Client / delete_asset_filter

*******************
delete_asset_filter
*******************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DeleteAssetFilter>`_  


  **Request Syntax**
  ::

    response = client.delete_asset_filter(
        domainIdentifier='string',
        assetIdentifier='string',
        identifier='string'
    )
    
  :type domainIdentifier: string
  :param domainIdentifier: **[REQUIRED]** 

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

    

  
  :type assetIdentifier: string
  :param assetIdentifier: **[REQUIRED]** 

    The ID of the data asset.

    

  
  :type identifier: string
  :param identifier: **[REQUIRED]** 

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

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`DataZone.Client.exceptions.InternalServerException`

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

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

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

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

  
  *   :py:class:`DataZone.Client.exceptions.ValidationException`

  
  *   :py:class:`DataZone.Client.exceptions.UnauthorizedException`

  