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
6382
05.07.2019 14:26
- OVH Manager exceptionally slow
4035
19.04.2018 11:11
- Hubic issues downloading files and backup archives
4032
17.04.2018 11:12
- DMARC record, available or not?
3390
18.07.2018 09:10
- Plesk server update error - Help
2532
20.07.2020 08:11
- API keys WebGUI
2405
10.11.2023 11:25
- Didn't receive forgot password email
2370
27.07.2018 03:39
- Oops! An error has occurred creating the account
2364
01.04.2020 17:59
- Azure Stack - App Service
2355
19.10.2017 08:28
- Kubernetes / K8s
2341
21.10.2017 13:43
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.