'How to remove connected apps from a google account using the Google API

I have created a custom app for my website.

How can I remove a connected custom apps from a Google account using a Google AP?



Solution 1:[1]

There is currently no API for programmaticly accessing what apps a user has connected to their Google account.

The only way to see and remove apps connected to your account is though the Apps with access to your account page

update

if this is your app and you have the access token for the user then you can remove their access via the Revoke token endpoint.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1