You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

frphotos's avatar
frphotos
Explorer | Level 4
7 years ago

Using .Net SDK to delete folder and its files?

I am looking at the SDK documentation and I can't find a method where I can call to delete a folder and its files.

 

Currently I am creating a temp folder for hosting temporary files each day and then I want to delete it by using my app after a certain time expiry.

 

I am creating the folder using the .Net SDK "Files.CreateFolderV2Async"

I am looking for a api call that which I can supply the folder name for deletion.

 

 

  • frphotos's avatar
    frphotos
    Explorer | Level 4
    Nevermind... I found the function call... it's called DeleteV2Async