FileSystemService.deleteEntryById Method

Deletes the file or folder with the specified ID.
 

Parameters

id

Type: String
The ID of the file or folder to delete.
deleteOptions

Type: DeleteEntryOptions
(optional) The options to delete this file or folder.
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.