Action for deleting a directory from a storage provider.

Example

await runAction({
ActionName: 'Delete Storage Directory',
Params: [{
Name: 'StorageProvider',
Value: 'Dropbox'
}, {
Name: 'DirectoryPath',
Value: 'old-projects/'
}, {
Name: 'Recursive',
Value: 'true'
}]
});

Hierarchy (view full)

Constructors

Methods