:doc:`Greengrass <../../greengrass>` / Client / disassociate_role_from_group

****************************
disassociate_role_from_group
****************************



.. py:method:: Greengrass.Client.disassociate_role_from_group(**kwargs)

  Disassociates the role from a group.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/greengrass-2017-06-07/DisassociateRoleFromGroup>`_  


  **Request Syntax**
  ::

    response = client.disassociate_role_from_group(
        GroupId='string'
    )
    
  :type GroupId: string
  :param GroupId: **[REQUIRED]** The ID of the Greengrass group.

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

    
    ::

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

    

    - *(dict) --* success
      

      - **DisassociatedAt** *(string) --* The time, in milliseconds since the epoch, when the role was disassociated from the group.
  
  **Exceptions**
  
  *   :py:class:`Greengrass.Client.exceptions.BadRequestException`

  
  *   :py:class:`Greengrass.Client.exceptions.InternalServerErrorException`

  