Operation: GET
Method: SoftLayer_Billing_Item::cancelService()
URL: SoftLayer_Billing_Item/cancelService
Example CURL:
curl -su userid:api_key https://api.softlayer.com/rest/v3/SoftLayer_Billing_Item/<billing_item_id/cancelService
Example Response:
true
If you are wanting to use the REST API to cancel a Bare Metal server you cannot use the cancelService call but rather you will need to utilize the cancelItem call. This call and provide a cancellation reason.