deleteQuote


SoftLayer_Billing_Order_Cart::deleteQuote

Delete the quote of an order

Description

Account master users and sub-users in the SoftLayer customer portal can delete the quote of an order.

Parameters

None

Required Headers

Optional Headers

Return Values

Error Handling

  • Throws the exception ‘You cannot delete a deleted quote.’

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Billing_Order_Cart/{SoftLayer_Billing_Order_CartID}/deleteQuote'