pyslk.delete

Contents

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 or Path) – namespace or file (full GNS path); can be file list

  • recursive (bool) – use the -R flag to delete recursively, Default: False

Returns:

nothing is returned (void function)

Return type:

None