removeSwipData


SoftLayer_Network_Subnet_Swip_Transaction::removeSwipData

Deprecated

Deletes registration information from ARIN for a single subnet

Description

DEPRECATED This function, when called on an instantiated SWIP transaction, will allow you to start a “DELETE” transaction with ARIN, allowing you to remove your SWIP registration information.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Exception thrown if this method is attempted on a subnet not owned by the user.
  • Exception thrown if this SWIP is not in OK status. You cannot update a SWIP unless it is in OK status.
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Subnet_Swip_Transaction/{SoftLayer_Network_Subnet_Swip_TransactionID}/removeSwipData'