I'm following this link https://docs.gitlab.com/ee/api/oauth2.html#web-application-flow to use Oauth2 to authorize application.
I succeed to get the access_token and access gitlab resource on user's behalf. But I cannot find any document to revoke it programmatically. Is this supported?