FileSystemService.deleteEntriesByIds Method
Deletes the files or folders with the specified IDs.
Parameters
- ids
-
Type: Array
The IDs of the files or folders to delete.
- deleteOptions
-
Type: DeleteEntryOptions
(Optional)The options to delete these files or folders.
Optional: True
Return Value
Type: jQuery.Promise
Value: Object
A promise object that is resolved when the call is complete.
See Dundas.BI.WebApi.Models.DeleteResultData for the structure of the returning object.