:doc:`Glue <../../glue>` / Client / delete_column_statistics_for_table

**********************************
delete_column_statistics_for_table
**********************************



.. py:method:: Glue.Client.delete_column_statistics_for_table(**kwargs)

  

  Retrieves table statistics of columns.

   

  The Identity and Access Management (IAM) permission required for this operation is ``DeleteTable``.

  

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


  **Request Syntax**
  ::

    response = client.delete_column_statistics_for_table(
        CatalogId='string',
        DatabaseName='string',
        TableName='string',
        ColumnName='string'
    )
    
  :type CatalogId: string
  :param CatalogId: 

    The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

    

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

    The name of the catalog database where the partitions reside.

    

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

    The name of the partitions' table.

    

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

    The name of the column.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.EntityNotFoundException`

  
  *   :py:class:`Glue.Client.exceptions.InvalidInputException`

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

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

  
  *   :py:class:`Glue.Client.exceptions.GlueEncryptionException`

  