Delete operation

Deletes a file from the AEM forms Server file system or other file system that the server can access.

For information about the General and Route Evaluation property groups, see Common operation properties .

Input properties

Properties for specifying the file to delete.

Filename

A string value that represents the name of the file you want to delete. Filename includes the absolute path to the file as well as the name of the file.

Output properties

Properties that specify whether the file was deleted.

Success

(Optional) The location to store the deletion results. The data type is boolean . A value of true indicates the file was deleted. A value of false indicates that the file was not successfully deleted.

Exceptions

The exception event attached to this operation can receive FileUtilsException exceptions.

// Ethnio survey code removed