Is there an API endpoint in #GitLab to revoke an application token from /profile/applications? I looked at https://docs.gitlab.com/ce/api/ but did not find anything
For the record I ended up using a mixture of #pythong #requests and #beautifulsoup. The result is not too complex and works like a charm.