I created an API token via https://www.ovh.com/auth/api/createToken
But I missed some permissions
So I thought that perhaps I could remove the token I created or adjust the permissions I associated with that token... But I can't seem to find a way to do that.
Can anyone point me in the right direction?
Thanks
Remove / Change API Token
Related questions
- How to completely close your OVH Account
13444
05.07.2019 14:26
- API keys WebGUI
12793
10.11.2023 11:25
- OVH Manager exceptionally slow
11739
19.04.2018 11:11
- I cannot complete registration
10749
10.01.2022 13:34
- Hubic issues downloading files and backup archives
9739
17.04.2018 11:12
- DMARC record, available or not?
8972
18.07.2018 09:10
- Plesk server update error - Help
8069
20.07.2020 08:11
- Oops! An error has occurred creating the account
7729
01.04.2020 17:59
- Didn't receive forgot password email
6978
27.07.2018 03:39
Still no help on that ... it surprises me
Hello. I was try to find exacly this question, because I forgot to add an IP address.
So my solution was creating a new TOKEN.
Then get the APPID: $result = $ovh->get("/me/api/application");
And Finally delete the APPID: $result = $ovh->delete("/me/api/application/123456");
Hello,
Took me almost 2h to find the damn thing:
https://www.ovh.com/manager/#/iam/dashboard/applications
You get all access tokens listed there.
Regards.
Hi there,
currently the correct url to manage the API Keys is: https://manager.eu.ovhcloud.com/#/iam/api-keys
Kind regards