I am trying to create credentials for a bound VR service.
Service broker error: {"description"=>"Only one free key is allowed per account in a 24-hour period."}
I am not using any other VR/AlchemyAPI service. Only some days ago I used another app with another VR instance, but that one was deleted a few days ago.
There are two ways you can use the service.
Leave it the service as unbind and use the apikey directly in your app.
Or, delete current default credential (because only one Watson apikey is allowed in a org, and bind will try to create new credentials)
cf service-keys SERVICENAME (check service-key name, it may be Crendentials-1)
cf delete-service-key SERVICENAME Credentials-1
cf service-keys SERVICENAME (verify wether it is deleted)
cf bind-service APPNAME SERVICENAME
cf restage <APPNAME>