Can we add webhook/trigger on when user uninstall app from Google Workspace Marketplace?

139 Views Asked by At

I want to delete db records when app uninstalled from marketplace or is there any api to uninstall app by programmatically

1

There are 1 best solutions below

0
Misha Zaslavsky On BEST ANSWER

There is no webhook for uninstalling but when an app is uninstalled the permissions are revoked. You can use the Google Workspace Admin SDK Reports API to monitor these changes. You can set up a system to periodically check the API for these events and react accordingly.