Does anyone have experience removing entries from MWG lists? We currently are able to the list ID based on the name, and we are able to update the list with a new entry.
What we'd like to do is get the entries from a list and remove all entries that match an expression (in the comment or the entry). We've been using python for this as it's the easiest to run from our systems, but are open to using other languages.
Can anyone help provide some code to find the entry that matches "entry1" or "comment1" in a list on MWG?
Thanks