Overview
Deletes specified file from repository.void myFiles.Delete(id: string)
Arguments
string id
Id number of file
Example
Usage files.forEach(function(file) { // do sth with the file $Files.Delete(file.Id); });
void myFiles.Delete(id: string)
Usage files.forEach(function(file) { // do sth with the file $Files.Delete(file.Id); });