Hi Zoom Developer Community,
I’ve noticed that there’s no option to configure de-authorization webhooks for development apps, while this feature is available in production apps.
Current Situation:
- In production apps, there’s an option to set up de-authorization webhooks
- These webhooks notify us when a user removes our app
- This is crucial for cleaning up OAuth records and user data
- However, this option seems to be missing in development apps
Why This Matters:
- Need to test the full lifecycle of app installation/uninstallation
- Want to ensure proper cleanup of:
- OAuth credentials
- User records in our database
- Associated user data
- Important for development and testing before going to production
Questions:
- Is this intentional that dev apps don’t have de-authorization webhook options?
- Is there an alternative way to test de-authorization flows in development?
- If not, can this feature be added to development apps?
Has anyone else encountered this limitation or found a workaround?
Thanks for any insights!