Hi Guys,
I'm struggling with clearing a static record link group from all records. For clearing attributes, there is the method record.clear_attributes([names]), but I didn't find something similar for static link groups. I've already tried
record.links['rlg_name'].clear()
record.set_links(link_name='rlg_name', records=[])
mi_update_links([record])
but this didn't change anything on the server.
Any hints how to get rid of all records in a given record link group?
Thanks in advance & bests,
Daniel