:doc:`EndUserMessagingSocial <../../socialmessaging>` / Client / disassociate_whatsapp_business_account

**************************************
disassociate_whatsapp_business_account
**************************************



.. py:method:: EndUserMessagingSocial.Client.disassociate_whatsapp_business_account(**kwargs)

  

  Disassociate a WhatsApp Business Account (WABA) from your Amazon Web Services account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/socialmessaging-2024-01-01/DisassociateWhatsAppBusinessAccount>`_  


  **Request Syntax**
  ::

    response = client.disassociate_whatsapp_business_account(
        id='string'
    )
    
  :type id: string
  :param id: **[REQUIRED]** 

    The unique identifier of your WhatsApp Business Account. WABA identifiers are formatted as ``waba-01234567890123456789012345678901``. Use `ListLinkedWhatsAppBusinessAccounts <https://docs.aws.amazon.com/social-messaging/latest/APIReference/API_ListLinkedWhatsAppBusinessAccounts.html>`__ to list all WABAs and their details.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`EndUserMessagingSocial.Client.exceptions.ValidationException`

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

  
  *   :py:class:`EndUserMessagingSocial.Client.exceptions.InvalidParametersException`

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

  
  *   :py:class:`EndUserMessagingSocial.Client.exceptions.ThrottledRequestException`

  
  *   :py:class:`EndUserMessagingSocial.Client.exceptions.DependencyException`

  