Currently, the only way to clear all a group's waypoints is to write a for loop to repeatedly use deleteWaypoint on each individual waypoint.
It would be much more convenient if there was a single command, "deleteAllWaypoints", to remove all of a group's waypoints in one go.
Proposed syntax:
group deleteAllWaypoints
Proposed return:
Nothing