Remove / Change API Token
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

Remove / Change API Token

by
GaryR
Created on 2022-10-27 14:36:16 (edited on 2024-09-04 14:25:01) in General Chat

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


2 Replies ( Latest reply on 2025-04-17 07:06:53 by
Centopus
)

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.