aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/mappings/so_e2e_delete_service_instance.json
blob: ea7b44676879a51b1bfdefaed6478e64b1455b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "request": {
        "method": "DELETE",
        "url": "/onap/so/infra/e2eServiceInstances/v3/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb"
    },
    "response": {
        "status": 202,
        "headers": {
            "Content-Type": "application/json"
        },
        "jsonBody": {
                "operationId": "operationId"
        }
    }
}