is there any method to delete a record for bandwidth pools?? for the api- SoftLayer_Network_Bandwidth_Version1_Allotment
Asked
Active
Viewed 52 times
-1
-
please edit your question and add some formatting – Armin Šupuk May 10 '18 at 12:01
-
@ArminŠupuk - got getObject sorted now need help for delete – Vijaylakshmi S. May 10 '18 at 12:15
1 Answers
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