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

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

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

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

Get Dropbox Storage – retrieves the Dropbox account.

Get Folder by Name – retrieves the DropoxFolder to which the file will be uploaded.
Delete Folder – deletes a DropboxFolder from a Dropbox account.