-1

is there any method to delete a record for bandwidth pools?? for the api- SoftLayer_Network_Bandwidth_Version1_Allotment

1 Answers1

0

The method to delete a bandwidth pool is “requestVdrCancellation” of the service “SoftLayer_Network_Bandwidth_Version1_Allotment”.

You can use this rest api:

Method: GET

https://[username]:[apiKey]@api.softlayer.com/rest/v3/SoftLayer_Network_Bandwidth_Version1_Allotment/[bandwidthPoolId]/requestVdrCancellation
F.Ojeda
  • 718
  • 1
  • 4
  • 8