Delete File Method

The DeleteFile method deletes a file that resides in the Siebel File System or an external file. You can configure Siebel CRM to call this method from any item described in Calling a Method except from a browser script or external interface.

The following table describes the arguments that you can use with the DeleteFile method.

Argument Description

fileName

Specifies the name of the file that Siebel CRM deletes, including the path to this file.

internal

Optional. Specifies that the file is an internal file. An internal file is a file that resides in the Siebel File System. You can use one of the following values:

  • True. The file is an internal file.

  • False. The file is not an internal file.

If you do not specify the internal argument, then Siebel CRM assumes that the file is not an internal file.