disableLockedAccount


SoftLayer_Account_Lockdown_Request::disableLockedAccount

Disabling an account is a PERMANENT action. All billable items associated with the account will be canceled. Access to the portal, all resources, network access and hardware will be permanently disabled and reclaimed.

Description

Takes the original lockdown request ID. The account will be disabled immediately. All hardware will be reclaimed and all accounts permanently disabled.

Parameters

Name Type Description
disableDate string This property is deprecated and will not be used.
statusChangeReasonKeyName string Optional key name of the SoftLayer_Account_Status_Change_Reason

Required Headers

Optional Headers

  • None

Return Values

  • int
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account_Lockdown_Request/{SoftLayer_Account_Lockdown_RequestID}/disableLockedAccount'