:doc:`Chime <../../chime>` / Client / disassociate_signin_delegate_groups_from_account

************************************************
disassociate_signin_delegate_groups_from_account
************************************************



.. py:method:: Chime.Client.disassociate_signin_delegate_groups_from_account(**kwargs)

  

  Disassociates the specified sign-in delegate groups from the specified Amazon Chime account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/DisassociateSigninDelegateGroupsFromAccount>`_  


  **Request Syntax**
  ::

    response = client.disassociate_signin_delegate_groups_from_account(
        AccountId='string',
        GroupNames=[
            'string',
        ]
    )
    
  :type AccountId: string
  :param AccountId: **[REQUIRED]** 

    The Amazon Chime account ID.

    

  
  :type GroupNames: list
  :param GroupNames: **[REQUIRED]** 

    The sign-in delegate group names.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Chime.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`Chime.Client.exceptions.NotFoundException`

  
  *   :py:class:`Chime.Client.exceptions.ForbiddenException`

  
  *   :py:class:`Chime.Client.exceptions.BadRequestException`

  
  *   :py:class:`Chime.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`Chime.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`Chime.Client.exceptions.ServiceFailureException`

  