:doc:`LakeFormation <../../lakeformation>` / Client / delete_data_cells_filter

************************
delete_data_cells_filter
************************



.. py:method:: LakeFormation.Client.delete_data_cells_filter(**kwargs)

  

  Deletes a data cell filter.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/lakeformation-2017-03-31/DeleteDataCellsFilter>`_  


  **Request Syntax**
  ::

    response = client.delete_data_cells_filter(
        TableCatalogId='string',
        DatabaseName='string',
        TableName='string',
        Name='string'
    )
    
  :type TableCatalogId: string
  :param TableCatalogId: 

    The ID of the catalog to which the table belongs.

    

  
  :type DatabaseName: string
  :param DatabaseName: 

    A database in the Glue Data Catalog.

    

  
  :type TableName: string
  :param TableName: 

    A table in the database.

    

  
  :type Name: string
  :param Name: 

    The name given by the user to the data filter cell.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`LakeFormation.Client.exceptions.InvalidInputException`

  
  *   :py:class:`LakeFormation.Client.exceptions.EntityNotFoundException`

  
  *   :py:class:`LakeFormation.Client.exceptions.InternalServiceException`

  
  *   :py:class:`LakeFormation.Client.exceptions.OperationTimeoutException`

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

  