disableEuSupport


SoftLayer_Account::disableEuSupport

Turn off the EU Supported account flag.

Description

Warning: If you remove the EU Supported account flag, you are removing the restriction that limits Processing activities to EU personnel.


Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • void

Error Handling

  • Throws an access denied error if the user making the call does not have sufficient permissions.
  • Throws an error if the account is not in an eligible support tier.

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/disableEuSupport'