pyslk.delete#
- pyslk.delete(gns_path: str | Path | list, recursive: bool = False) None #
- Soft delete a namespace (optionally all child objects of a non-empty
namespace) or a specific file
- Parameters:
gns_path (
str
or list orPath
) – namespace or file (full GNS path); can be file listrecursive (
bool
) – use the -R flag to delete recursively, Default: False
- Returns:
nothing is returned (void function)
- Return type:
None