Deleting specific parse captures

I was curious if there is a way to delete specific parse captures if they have certain text in them

The MarkedForCapture list in the data object contains a list of variable names to mark for capture, so do something like

MarkedForCapture.Remove(nameof(myVariable));
1 Like

Any idea how to do this with the new OB2 ? I get compilation error.