aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/customer/customer-delete-schema-dublin-moco.json
blob: 2b0e8e9fe79269a8c506b09eb9b7c7fd65da6535 (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/ovp",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-e1e39cdd-d681-49eb-8fc3-0372fc6a6f27",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 204,
    "json" : null
  }
} ]