DeleteGroup

DeleteGroup deletes a user group from the server. Changes applied through the DeleteGroup function do not take effect until the Metadata procedure in a process is completed. This function, like all functions that update metadata, should not be used in the Data or Epilog tabs of a process.

This function is valid in TM1® TurboIntegrator processes only.

Syntax

DeleteGroup(GroupName);

Argument

Description

GroupName

The group you want to delete.

Example

DeleteGroup('Finance');

This example deletes the Finance user group from the server.