
The Delete Directory deletes a OneDrive folder and all of it’s contents.

Account Name – the variable that will hold the OneDrive account name.

Remote Directory – the variable that will contain the OneDrive folder name to which the file will be uploaded.

Cloud File – the variable that will contain the name of the OneDrive file.
Created Script

Get OneDrive Storage – retrieves the OneDrive account.

Get Folder by Name – retrieves the OneDriveFolder to which the file will be uploaded.
Delete Folder – deletes a OneDriveFolder from a OneDrive account.