This command will remove the effect object handle. However, by default the effect will still affect any nodes and composers it was previously applied to. This behavior can be modified by using the
<effect>.setRemoveFlags command. For example, the following code will cause the effect to be unapplied from all nodes and composers when it is removed:
effect.setRemoveFlags(viz.UNAPPLY_ALL)