Delete subnets from VIP Customer by UID

Delete subnets from a VIP customer by UID

DELETE https://<NSP Server>:8543/sdn/api/v4/steering/vip/customer/bb17699f-dfa2-4534-8df9-49ab3a40fd32/subnets

Request:

{
  "data": [
    "4cde6c50-877a-4f38-a6cd-06e9954f8b6d"
  ]
}

Response:

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