aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-delete-schema-moco.json
blob: de6743cc2105ead80a87d4e13b114fa290c90093 (plain)
1
2
3
4
5
6
7
8
9
10
[ {
  "request" : {
    "method" : "delete",
    "uri" : "/api/nslcm/v1/ns/25f3159c-ff2d-4ad0-ac66-3270941bfa52"
  },
  "response" : {
    "status" : 204,
    "json" : null
  }
} ]