Delete Item

Deletes a specific item.

Deletes a user-specified item in the OneDrive or from the SharePoint site using the Microsoft Graph Delete item API.

Input

  • Connection Id: GraphServiceClient Variable Required Specifies the office 365 connection id.

  • Drive Item: Object Argument Required Specifies the DriveItem of the file or folder that is to be deleted. We can also specify the output variable of the Find Files And Folders activity (which is First or Results) directly as input in this property. If we are using the Results property of the Find Files And Folders activity then we can directly specify the element in the array. For example : Results[1].

Last updated