Task: Delete Dropbox folder
Prerequisites
Dropbox account.
Dropbox API application, which can be created at https://www.dropbox.com/developers/apps/create.
Description
This task will permanently delete a Dropbox folder.
The folder will first be archived and then permanently deleted.
Variables
Name | Description | Type | Example | Comment |
Access token | The access token used by your Dropbox API application to access your account. The Dropbox API application needs the permission type ‘Full Dropbox’. | String | 4w7AnTgfi8AAAAAAAPGQA3y6JG NEJAI2394857GWO8yLBSwzYFKKrzVRMtEA | This token can be generated at the applications’ settings page. Go to https://www.dropbox.com/developers/apps your application and press “Generate” at the OAuth2 section. |
Folder path | The path to the folder you wish to delete | String | Marketing/Share | The folder that will be deleted in this case is folder ‘Share’ within the ‘Marketing’ folder. |