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

**************************************
delete_column_statistics_task_settings
**************************************



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

  

  Deletes settings for a column statistics task.

  

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


  **Request Syntax**
  ::

    response = client.delete_column_statistics_task_settings(
        DatabaseName='string',
        TableName='string'
    )
    
  :type DatabaseName: string
  :param DatabaseName: **[REQUIRED]** 

    The name of the database where the table resides.

    

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

    The name of the table for which to delete column statistics.

    

  
  
  :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.OperationTimeoutException`

  