void


SoftLayer_Billing_Item_Cancellation_Request::void

Voids a pending or approved cancellation request

Description

This method voids a service cancellation request in “Pending” or “Approved” status.

Parameters

Name Type Description
closeRelatedTicketFlag boolean This parameter will determine what we do with the corresponding

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Item_Cancellation_Request/{SoftLayer_Billing_Item_Cancellation_RequestID}/void'