delete_file_or_folder

Delete a file or folder

Arguments

Name
Type
Description
Required

path_to_target

string

The path to the file or folder that needs to be deleted. The path should be relative to the project root.

Returns

Type
Description

string

The path to the deleted file or folder.

Example

- name: delete_file_or_folder
  arguments:
    path_to_target: /some/path/to/file_or_folder
  returns: /some/path/to/file_or_folder

Last updated