aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/onap-1.1/features/aai/src/test/resources/open-cli-sample/subscription/subscription-delete-schema-1.1-moco.json
blob: 302ea81897499b6d8864fa0ae2809ee165c981f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[ {
  "request" : {
    "method" : "delete",
    "uri" : "/aai/v11//business/customers/customer/kanag/service-subscriptions/service-subscription/vFW-kanag",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "onap-cli",
      "Accept" : "application/json",
      "X-TransactionId" : "req-64fc35d5-c804-4e92-befd-0c695a77e12d",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 204,
    "json" : null
  }
} ]