Activities
latest
false
Banner background image
Classic Integrations Activities
Last updated Mar 22, 2024

Delete Folder

UiPath.Box.Activities.Folder.DeleteFolder

The Delete Folder activity uses the Box Delete folder API to delete a specified folder (Folder Id).

After deleting the folder, the activity outputs a Boolean value to report the success of the deletion (IsSuccessful).

How it works

The following steps and message sequence diagram is an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.

  1. Complete the Setup steps.
  2. Add the Box Scope activity to your project.
  3. Add an activity or run an external process that outputs a Folder.Id value (e.g., Get Folder Info, Search for Content, etc.).
  4. Add the Delete Folder activity inside the Box Scope activity.
  5. Enter a value for the Input property.
  6. Create and enter a Boolean variable for the Output property.
    • Your input property values are sent in the Delete folder API operation request.
    • The operation returns the Boolean value to your output property variable.


Properties

Common
  • ContinueOnError - Specifies if you want the activity to continue running when an error is thrown. This field supports only Boolean values.
  • DisplayName - The display name of the activity. This field supports only Strings or String variables.
Input
  • Folder ID - The ID of the folder that you want to delete. This field supports only Strings or String variables. To get the Folder ID value, add an activity or run an external process that outputs a Folder.Id object (e.g., Get Folder Info, Search for Content, etc.).
Misc
  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Options
  • Recursive - If selected, the folder is deleted even if it is not empty. If not selected, the folder is only deleted if it is empty.
Output
  • IsSuccessful - A Boolean value that reports the success of the deletion. The Boolean values are:
    • True - file was deleted.
    • False - file was not deleted.
  • How it works
  • Properties

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.