This activity allows to delete a file in OneDrive.
The authorization string to authenticate in MicrosoftGraph service.
The Id of the drive on which the activity has to work on.
Indicates if the activity execution was successfull or not.
Sets if to throw exceptions in the case something went wrong. Any type of exception could be thrown.
The Id of the item.
The path of the Item (File, Folder, ecc...). It must be '' (empty string) to work on the root of the drive. To work on any other folder the path must follow this pattern: 'folder1/folder2/folder3/.../file1.txt' (it is not necessary to specify the file if the item is a folder).
The maximum time the activity might take to be executed. If it takes longer, an exception will be thrown.
The id of the Microsoft Account of the owner of the Drive.
The email of the Microsoft Account of the owner of the Drive. Example: "mario.rossi@outlook.it".