Post #2207258
2022-12-19 06:54 UTC
@Luca@vis.social You can revoke the access token by POSTing to /2/oauth2/revoke with token, client_id, token_type_hint=access_token in body.
The app will then disappear from the settings and also should do so automatically if the token expires after some time.
Replies (1)
-
@Luca@vis.social 2022-12-19 06:56
@Blubberbub@vis.social Thanks! I will look into that.