Description
I want users to uninstall my oAuth app using a “Uninstall” button on my website. Is it possible?
Error
Even if I try to uninstall the app from my zoom account, the webhook also not seems to be working.
Additional context
On my website I am providing a install button by which user can install the app and authorize their account. In the same way I want to embed a uninstall button, which can be used ti deauthorize their account. How can I achieve this?
I have installed the app using “Publishable URL” that uses production “Client ID” and “Client Secret” and when I uninstalled the app I didn’t got the “Deauthorization Event Notification”.
I need to test this to implement the deautorization process. If I am doing something wrong suggest me, How to test the app deautorization process?