How to Remove Links Between Account and Custom Object 1
We have a web services program looping through and deleting a list of Custom Object 1 records by External Unique ID. It successfully deletes the Custom Object 1 main record, and the links to Book and Team that are associated with the record. However, it leaves the link to Account (Account Custom Object 1 record) in place.
Can anyone provide an example of C# code that will delete the link? Maybe we have to run this BEFORE we delete the main record, but I'm stumped how to remove the Account Custom Object 1 link at all.
Thanks.
0