Skip to main content
Answered

Revoke Athletes

  • December 24, 2025
  • 1 reply
  • 36 views

Forum|alt.badge.img+1

Hi, since the athlete number limit has already been reached, I would like to revoke some inactive athletes, but their refresh tokens are already invalid. What should I do?

Best answer by hophoff

Are you sure the refresh tokens are invalid? Usually, it's the access tokens that expire. If that's the case, use the refresh token to get a new access token, then call the deauthorization API.

If you don't have the latest refresh token saved on your backend, you won't be able to refresh the access token or deauthorize the user.

1 reply

Forum|alt.badge.img+11
  • Hub Explorer
  • Answer
  • December 24, 2025

Are you sure the refresh tokens are invalid? Usually, it's the access tokens that expire. If that's the case, use the refresh token to get a new access token, then call the deauthorization API.

If you don't have the latest refresh token saved on your backend, you won't be able to refresh the access token or deauthorize the user.