You can remove all the elements in a set using the .clear() method:
.clear()
mySet.clear();
Send Feedback Cancel