We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

user44's avatar
user44
Explorer | Level 4
3 months ago

No way to disconnect the OAuth2 integration app from Dropbox via an API call

As there is no way to totally disconnect the OAuth2 integration app via an API call, what best can be done to not to get hit by webhooks for users who have disconnected our Dropbox integration. I am ...
  • Greg-DB's avatar
    3 months ago

    To turn off the webhook notifications for a connected user, the user would need to disconnect the app from their account, which they can do via https://www.dropbox.com/account/connected_apps so you may want to ask them to do so. This is a manual process of course, so that's not ideal, and I've sent this along as a feature request for a programmatic alternative.

     

    Unfortunately there isn't a good workaround to use instead directly from the app or developer's side. If the app is in development status and you want to disconnect all users, you can use the "Unlink all users" button on the app's page on the App Console. That would prevent any further webhook notifications as well as any/all further API calls for all connected users; there isn't a way to do this for just some particular user(s) though.