removeApiAuthenticationKey


SoftLayer_User_Customer::removeApiAuthenticationKey

Remove a user’s API authentication key.

Description

Remove a user’s API authentication key, removing that user’s access to query the SoftLayer API.

Parameters

Name Type Description
keyId int The identifier of the API authentication key you wish to remove.

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Throws the exception “Please provide an API Authentication key ID.” when not passing or passing an invalid API authentication key ID.

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer/removeApiAuthenticationKey'