Skip to main content

I have noticed on my API Settings page that there's a limit to the amount of users an app can have. I know (based on API access) that a large percentage of users installed my app, tried it out and never used it again. My question is then: how can I revoke access to these users?

There's a deauthorize endpoint for oauth -- https://developers.strava.com/docs/authentication/#deauthorization


I can't use that endpoint, since I don't store access tokens. 


Unfortunately without the token I don't believe there's any other way except asking those users to revoke authorization themselves.


Reply