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/339d8cd5-2148-4be8-8f9f-6b57c3ae3574/subnets

Request:

{
  "data": [
    "e256f4ff-96c5-4aa5-afec-a7f0e861baea"
  ]
}

Response:

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