Integration Cloud 7.0.0 | Applications | Predefined Applications | File Transfer Protocol (FTP/FTPS) | FTP Predefined Operations | deleteFiles
 
deleteFiles
Delete file(s) from a remote FTP server.
Input Parameters
remotePath
String Optional. Absolute or relative path of the remote directory. If remotepath is not specified, the deleteFiles operation deletes the directory listing of the current remote directory.
You can use the wildcard characters asterisk (*) and question mark (?) after the last slash mark (/) to view all remote directories that match the specified path.
deleteFilter
String Optional. Filter that specifies the names of the files to be deleted (for example, *.txt).
Output Parameters
filesDeleted []
String List List of deleted files that match the deleteFilter.
filesNotDeleted []
String List List of files not deleted.
statuscode
String Standard FTP protocol status code.
statusmsg
String Standard FTP protocol status message.