| Name | Type | Description |
|---|---|---|
file_path* | str | Path to the file or directory to delete. |
Delete a file or directory from the filesystem.
Files are unlinked. Directories are removed recursively along with all of their contents. Symlinks are removed as links and never followed into their target (so deleting a symlink to a directory removes only the link).