DeleteClient

DeleteClient deletes a client from the server. Changes applied through the DeleteClient 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

DeleteClient(ClientName);

Argument

Description

ClientName

The name of the client you want to delete from the server.

Example

DeleteClient('Brian');

This example removes the client Brian from the server.