delete_file
Deletes a single file from the workspace using a relative path. Fails if the path does not exist or is a directory.
Instructions
Delete a single file inside the workspace.
Args: path: Path to the file to delete, relative to the workspace root.
Returns: The deleted path. Fails if the path does not exist or is a directory (use delete_directory for directories).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |