How to decrypt tokens

Hello community!

I have a long list of tokens and one of them was unfortunately leaked. While we have misnamed our tokens they are all named identically (Yeah that’s really a bad practice). My question is pretty simple: is there a way to access to decrypted token value so that I can find its id and delete it?

Many thanks for your help!
Daniel

Are you referring to credential token? I think you can retrieve any token by playing around with awx-manage shell_plus. A sample documentation is provided in this place:
https://github.com/ansible/awx/blob/29ad6e1eaa1997e1dfe0272746469c6b2f1f758e/docs/credentials/extract_credentials.md?plain=1#L16

Regards,
Mani