aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-delete-ns-descriptors-moco.json
blob: acb6136b67fb32a3915fb4ead333e7d8be2240a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "delete":{
        "operationId":"api_nsd_v1_ns_descriptors_delete",
        "description":"Delete a NSD",
        "parameters":[

        ],
        "responses":{
            "204":{
                "description":"No content"
            },
            "500":{
                "description":"Internal error"
            }
        },
        "tags":[
            "api"
        ]
    },
    "parameters":[
        {
            "name":"nsdInfoId",
            "in":"path",
            "required":true,
            "type":"string"
        }
    ]
}