Removing a Server Administrator Account (RemoveServerAdminAccount)

This method is available in EFT Server 4.3.4 and later.

Use the ICIServer interface RemoveServerAdminAccount to remove an administrator account from the server.

Signature:

HRESULT RemoveServerAdminAccount(BSTR bstAdminUser);

Example:

oServer.RemoveServerAdminAccount("subadmin");