Remove / Change API Token

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

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