removeAssociationId


SoftLayer_Billing_Item::removeAssociationId

Remove an association from an orphan billing item.

Description

Remove the association from a billing item.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Throw the exception “This billing item is not an orphan billing item.” if the given billing item has a parent billing item.

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Item/{SoftLayer_Billing_ItemID}/removeAssociationId'