aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/so/so_delete_macro_service_instance.json
blob: ce57a274e78a12ff9184137c8f8be1dedcd0bbec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
            }
        }
    }
}