:doc:`WorkSpaces <../../workspaces>` / Client / disassociate_ip_groups

**********************
disassociate_ip_groups
**********************



.. py:method:: WorkSpaces.Client.disassociate_ip_groups(**kwargs)

  

  Disassociates the specified IP access control group from the specified directory.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DisassociateIpGroups>`_  


  **Request Syntax**
  ::

    response = client.disassociate_ip_groups(
        DirectoryId='string',
        GroupIds=[
            'string',
        ]
    )
    
  :type DirectoryId: string
  :param DirectoryId: **[REQUIRED]** 

    The identifier of the directory.

    

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

    The identifiers of one or more IP access control groups.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`WorkSpaces.Client.exceptions.InvalidParameterValuesException`

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

  
  *   :py:class:`WorkSpaces.Client.exceptions.InvalidResourceStateException`

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

  
  *   :py:class:`WorkSpaces.Client.exceptions.OperationNotSupportedException`

  