Delete Directory

You can select this activity to delete a specific directory.

This table lists the properties for the activity.

Property Type Property Name Data Type Description
Input Source String The location of the directory that must be deleted.
Note: Always use relative file paths for serverless environment,. For example: /folder1/. All file paths must follow Linux-style relative paths and must be located under the /tmp folder.
Output Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.