GroupDelete

Top  Previous  Next

SOAP

GroupDelete( aHandle, 

             aUserGroupName,

             &aErrorMsg );

 

REST

/GroupDelete&Handle=<value>&UserGroup=<value>

returns ErrorMsg

 

Description: GroupDelete() removes a user group from the CrashMagic system.  Removing a user group removes all users along with their templates, projects, studies and reports for this group as well.  This function will fail if the account does not exist on the system.

 

aHandle The value created in the call to Login().  

aUserGroupName The user group that the user exists in.

&aErrorMsg is populated only if an error occurred that prevented the function from succeeding.  Otherwise, this parameter is empty.

 

Example: GroupDelete( lHandle, "DOT@NY", lErrorMsg );