Otter SDK Reference
Version:

DeleteFilesAsync(string[] fileNames) Method

Deletes all of the specified files if they exist.

Syntax

public abstract System.Threading.Tasks.Task DeleteFilesAsync(string[] fileNames)

Parameters

fileNames
Type: string[]

The files to delete.