| ClientUserGroupAddressBookDeleteUser Method  | 
            Deletes a user from the specified owner group's address book.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool UserGroupAddressBookDeleteUser(
	string OwnerGroupName,
	string Username
)
Public Function UserGroupAddressBookDeleteUser ( 
	OwnerGroupName As String,
	Username As String
) As Boolean
public:
bool UserGroupAddressBookDeleteUser(
	String^ OwnerGroupName, 
	String^ Username
)
Parameters
- OwnerGroupName
 - Type: SystemString
Address book owner group name. - Username
 - Type: SystemString
Username to remove from address book. 
Return Value
Type: 
Booleantrue if successful; otherwise, 
false.
See Also