I want to cancel the public/private vlans which comes with server ordering.
Please share softlayer api for cancellation of primary vlans ?
I want to cancel the public/private vlans which comes with server ordering.
Please share softlayer api for cancellation of primary vlans ?
Vlan purchased
If you purchased the vlan, it's necessary to cancel servers inside of this and then you can proceed to cancel the vlan through its billingItem, the requests that will help with that:
To get information from vlans and their billing items
To cancel vlan billind item
Once you get the vlan's billing item identifier, you can use this request:
Replace: 123123 with your accountId and 101726027 with the vlan's billing item identifier
Vlan provided by SoftLayer
If the vlans for your server was provided by SoftLayer, they will be removed when the server is already cancelled, so you just need to cancel the server.