Click or drag to resize
ClientUserDelete Method
Deletes the specified user.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool UserDelete(
	string Username
)

Parameters

Username
Type: SystemString
Username to remove.

Return Value

Type: Boolean
true if successful; otherwise, false.
See Also