:doc:`CloudFront <../../cloudfront>` / Client / disassociate_distribution_tenant_web_acl

****************************************
disassociate_distribution_tenant_web_acl
****************************************



.. py:method:: CloudFront.Client.disassociate_distribution_tenant_web_acl(**kwargs)

  

  Disassociates a distribution tenant from the WAF web ACL.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DisassociateDistributionTenantWebACL>`_  


  **Request Syntax**
  ::

    response = client.disassociate_distribution_tenant_web_acl(
        Id='string',
        IfMatch='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The ID of the distribution tenant.

    

  
  :type IfMatch: string
  :param IfMatch: 

    The current version of the distribution tenant that you're disassociating from the WAF web ACL. This is the ``ETag`` value returned in the response to the ``GetDistributionTenant`` API operation.

    

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

    
    ::

      {
          'Id': 'string',
          'ETag': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Id** *(string) --* 

        The ID of the distribution tenant.

        
      

      - **ETag** *(string) --* 

        The current version of the distribution tenant.

        
  
  **Exceptions**
  
  *   :py:class:`CloudFront.Client.exceptions.PreconditionFailed`

  
  *   :py:class:`CloudFront.Client.exceptions.AccessDenied`

  
  *   :py:class:`CloudFront.Client.exceptions.EntityNotFound`

  
  *   :py:class:`CloudFront.Client.exceptions.InvalidArgument`

  
  *   :py:class:`CloudFront.Client.exceptions.InvalidIfMatchVersion`

  