I have a set of items which have a Treelist field that references media items in the Media Library. If I delete a media item which is referenced by another item, I get the "Broken Links" dialog box which gives me the option to Remove Links, Link to Another Item, or just leave the broken links.
What API/code is being called when I select Remove Links? I would like to perform this same action programmatically in the code-behind.
For context, we are allowing our advertising members to upload images and manipulate their library of images (through a custom web interface). So when someone deletes an image from their set, obviously we don't want to leave broken links to these Media Library items.