Hi @aemg12 , You can use the below method of LiveRelationshipManager to detach relationship as detach(Resource resource, boolean autoSave) is Deprecated. endRelationship(Resource resource, boolean autoSave)Ends the LiveRelationship of the given Resource.The Resource has to be part of a LiveCopy As ...