Hi,
I used the Java API to create a Label, then remove it. It looks like it doesn't go away, because subsequent queries show it with status "removed". Is there a way to really delete it?
I used LabelServiceInterface.mutate, and a LabelOperation with Operator/REMOVE.
Rob