Hi Calvin
The HierarchyDeleteAllElements will delete all elements in a dimension hierarchy include top nodes. It takes the dimension name and hierarchy name as parameters (https://www.ibm.com/docs/en/planning-analytics/2.0.0?topic=hmtf-hierarchydeleteallelements).
From your screen shot, it appears that '3001' is a top node within the 'zCw' hierarchy (which may be the default hierarchy of your dimension) and not a separate hierarchy, which is why your process fails.
If you use HierarchyDeleteAllElements('zCw', 'zCw') then it will delete all elements in the hierarchy incl. '3001'.
If you only want to delete part of a hierarchy, there are several other ways to do this depending on the specific needs (e.g. delete elements vs. unwind a parent/child relationship without delete).
------------------------------
Jesper Poulsen
------------------------------