How can I revoke existing API tokens?
Currently tokens are set to live indefinitely but it’s possible to explicitly revoke a specific token via the same dialog that was used to generate the token. After revoking requests, using this token will start failing immediately.
If you issue many tokens per account you may want to memorize what token ids were used to be able to distinguish between them when revocation is necessary.
Updated on: 24/09/2025
Thank you!