I am working on a Polarion Adapter in order to be able to communcate Polarion with other tools. My connector is based on OSLC standard, Polarion is not fully OSLC standard compliant, so i need to use its Java API.
My problem using this API is that i can't remove a OSLC link. I had no problem creating them through the TrackerWebService, but there is not any method to do the opposite. Looking the doc pages i found an interface with removeLinkedOslcResource method but no class that implemets this interface.