:doc:`CloudWatchLogs <../../logs>` / Client / disassociate_source_from_s3_table_integration

*********************************************
disassociate_source_from_s3_table_integration
*********************************************



.. py:method:: CloudWatchLogs.Client.disassociate_source_from_s3_table_integration(**kwargs)

  

  Disassociates a data source from an S3 Table Integration, removing query access and deleting all associated data from the integration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DisassociateSourceFromS3TableIntegration>`_  


  **Request Syntax**
  ::

    response = client.disassociate_source_from_s3_table_integration(
        identifier='string'
    )
    
  :type identifier: string
  :param identifier: **[REQUIRED]** 

    The unique identifier of the association to remove between the data source and S3 Table Integration.

    

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

    
    ::

      {
          'identifier': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **identifier** *(string) --* 

        The unique identifier of the association that was removed.

        
  
  **Exceptions**
  
  *   :py:class:`CloudWatchLogs.Client.exceptions.AccessDeniedException`

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

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

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

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

  