Hello,
This link explains how to deauthorize an application.
https://developers.strava.com/docs/authentication/#deauthorization
`access_token` is a required param. Does it need to be active? Or can it be expired?
I'm assuming it can be expired. For example, a user should be able to deauthorize an application many days after they initially authorised it.
Thanks!