Delete subnets from VIP Customer by UID

Delete subnets from a VIP customer by UID

DELETE https://<NSP Server>:8543/sdn/api/v3/steering/vip/customer/11fc79a5-ffc2-4017-a19d-53745cffdc5b/subnets

Request:

{
  "data": [
    "1b42df25-ee39-4dac-8b83-0b0cd79fc864"
  ]
}

Response:

{
  "status": 0,
  "startRow": 0,
  "endRow": 1,
  "totalRows": 1,
  "data": true
}