Realize the delete thirdparty SDNC API.
[aai/esr-server.git] / esr-mgr / src / main / java / org / onap / aai / esr / externalservice / aai / ExternalSystemProxy.java
index 01d8ac3..e7f5d4b 100644 (file)
@@ -69,4 +69,8 @@ public class ExternalSystemProxy {
   public static String querySdncList() throws Exception {
     return externalSystemproxy.queryThirdpartySdncList(transactionId, fromAppId, authorization);
   }
+  
+  public static void deleteThirdpartySdnc(String sdncId, String resourceVersion) throws Exception {
+    externalSystemproxy.deleteThirdpartySdnc(transactionId, fromAppId, authorization, sdncId, resourceVersion);
+  }
 }