Preparing the request payload (action = delete) for calling SO macro flow
[externalapi/nbi.git] / src / test / resources / mappings / so / so_delete_macro_service_instance.json
diff --git a/src/test/resources/mappings/so/so_delete_macro_service_instance.json b/src/test/resources/mappings/so/so_delete_macro_service_instance.json
new file mode 100644 (file)
index 0000000..ce57a27
--- /dev/null
@@ -0,0 +1,19 @@
+{
+    "request": {
+        "method": "DELETE",
+        "url": "/onap/so/infra/serviceInstantiation/v7/serviceInstances/82c9fbb4-656c-4973-8c7f-172b22b5fa8f"
+    },
+    "response": {
+        "status": 202,
+        "headers": {
+            "Content-Type": "application/json"
+        },
+        "jsonBody": {
+            "requestReferences": {
+                "instanceId": "instanceId",
+                "requestId": "requestId"
+            }
+        }
+    }
+}
+