
The Delete File Action Builder deletes a OneDrive file from a OneDrive account.

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 OneDrive Folder to which the file will be uploaded.
Delete File – deletes a OneDriveFile from a OneDriveFolder.