Removing link using POST request

We have linked base artifacts in DOORS Next to test cases in ETM. We are developing some utility to remove "Validated By" links from base artifacts and then add link to corresponding module artifacts.
How can we remove link using POST against OSLC API? Any example (with request URL, headers and body) will be really helpful.
Thank you in advance.
One answer

Follow this link https://www.google.com/search?q=oslc+remove+links+site%253Ajazz.net. Essentially you get the element, remove the links from the XML and then you post the XML. If you look for more examples see https://rsjazz.wordpress.com/2022/02/02/ewm-work-item-oslc-cm-api/
Note, there was something removing the last link, where you had to use OSLC properties. See https://www.google.com/search?q=oslc+remove+link+properties+site%3Ajazz.net for answers in the forum.
Comments
Ian Barnard
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 07, 8:03 a.m.Validated By links from ETM are stored in ETM, so you'll have to update the test case in ETM by GET then PUT with the links removed.