GroupService.removeMemberFromGroups Method
        
 Removes the member from a list of groups.
         
        Parameters
        
            - id
            
 
            - 
                
Type: String
The ID of the account/group to remove. 
            - accountId
            
 
            - 
                
Type: String
The ID of the account to remove. If empty, it will assume the role of removing a group. 
            - listOfGroups
            
 
            - 
                
Type: Array
The list of groups to have the account/group removed from. 
        
        Return Value
        
Type: jQuery.Promise
        
Value: dundas.OperationResult
        
A promise object that is resolved when the call is complete.
 If successful, a dundas.OperationResult is returned.