Open
Description
Is your feature request related to a problem? Please describe.
Folders can not be deleted through the SDK.
Describe the solution you'd like
A deleteFolder
command should be implemented in the filesystem toolbox
Additional context
We do support the recursive query param in the DeleteFile endpoint but the SDK doesn't support it.
I suggest we implement both recursive?: boolean
into deleteFile
and have an alias for deleteFolder