DeleteClient

This function deletes a client from the server.

This is a TM1® TurboIntegrator function, valid only in TurboIntegrator processes.

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

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.