disableAccount


SoftLayer_Brand::disableAccount

Description

Disable an account associated with this Brand. Anything that would disqualify the account from being disabled will cause an exception to be raised.

Parameters

Name Type Description
accountId int

Required Headers

Optional Headers

  • None

Return Values

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