cancelServiceOnAnniversaryDate


SoftLayer_Billing_Item::cancelServiceOnAnniversaryDate

Cancel a service or resource on the next bill date

Description

Cancel the resource or service for a billing Item

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Throw the exception “This type of service cannot be cancelled through the API. Please submit a cancellation ticket” If a billing items service type cannot be cancelled through the API.
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Item/{SoftLayer_Billing_ItemID}/cancelServiceOnAnniversaryDate'