disable


SoftLayer_User_Customer_External_Binding_Totp::disable

Disable an external binding.

Description

Disabling an external binding will allow you to keep the external binding on your SoftLayer account, but will not require you to authentication with our trusted 2 form factor vendor when logging into the SoftLayer customer portal.

You may supply one of the following reason when you disable an external binding: *Unspecified *TemporarilyUnavailable *Lost *Stolen


Parameters

Name Type Description
reason string The reason a credential is being disabled.

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Throw the error “The provided disable reason must be one of the following: Unspecified, TemporarilyUnavailable, Lost, or Stolen.” when the provided reason does not match an acceptable option.
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_External_Binding_Totp/{SoftLayer_User_Customer_External_Binding_TotpID}/disable'