Hi guy,
How to revoke an access token oauth2 by API?
Hi @er-phuclt
There is no endpoint to revoke the access token.
Users will have to wait until the access token expires (3600 seconds / 1 hour) or request a new access token, and then the old token will be revoked.
I hope this answers your question?
1 Like