Skip to main content

Delete Folder

Description

This activity deletes a specified folder inside Google Drive.

note

This activity works only inside Google Context activity.

Properties

Location

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even though this activity fails. This field only supports Boolean values (True, False). The default value is False.
    note

    Suppose this activity is inside Try Catch, and the value of this property is True. In that case, it will ignore errors during the automation execution.

Output

  • Result - Returns the boolean(true or false) value indicating whether the deletion of the specified Folder is successful or not.

Example

Download Example

Delete Folder