aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-delete-schema-casablanca-moco.json
blob: e13405d7b16849d58cd161fbd0cfa8b204969947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[ {
  "request" : {
    "method" : "delete",
    "uri" : "/aai/v13/business/customers/customer/mrkanag/service-subscriptions/service-subscription/vfw-in",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-944713a2-16f1-4dc7-b4fa-913b041d0db8",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 204,
    "json" : null
  }
} ]