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
Last updated