Search code examples
ibm-cloudibm-cloud-infrastructure

softlayer bandwidth pool delete


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


Solution

  • 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