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

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

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

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

Get Box Storage – retrieves the Box account.

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