"SoftLayer_" prefix removed for readability.
Remove an external binding from this user.
Name | Type | Description |
---|---|---|
externalBinding | SoftLayer_User_External_Binding | The external binding object you would like to remove from this user. |
None
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_TrustedProfile/{SoftLayer_User_Customer_OpenIdConnect_TrustedProfileID}/removeExternalBinding'