I am attempting to delete a user profile like this:
curl -X DELETE -k -n "https://api.softlayer.com/rest/v3/SoftLayer_User_Customer/406673.json"
{"error":"Function (\"deleteObject\") is not a valid method for this service.","code":"SoftLayer_Exception_Public"}
How do I remove/delete a user profile? Sure hope the search of the API reference is returned.