removeExternalBinding


SoftLayer_User_Customer_OpenIdConnect::removeExternalBinding

Remove an external binding from this user.

Description


Parameters

Name Type Description
externalBinding SoftLayer_User_External_Binding The external binding object you would like to remove from this user.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_User_External_Binding]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_OpenIdConnect/{SoftLayer_User_Customer_OpenIdConnectID}/removeExternalBinding'