cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
We are making some updates so the Community might be down for a few hours on Monday the 11th of November. Apologies for the inconvenience and thank you for your patience. You can find out more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: How to programmatically disconnect the Dropbox integration OAuth2 app on behalf of my user?

How to programmatically disconnect the Dropbox integration OAuth2 app on behalf of my user?

user44
Explorer | Level 4

Hi there,

I have developed an OAuth2 integration of our app with Dropbox. I would like to know what is the API endpoint for disconnecting the integration on behalf of our app's user, who say wants to disconnect the 2 way communication between our app and Dropbox. 

 

I could find the /token/revoke endpoint but same is just revoking the existing access token and refresh token and not actually disconnecting our integration from the Dropbox user's Dropbox-account. This leads to nuisance of our app keep getting hit by webhooks based notifications for this user even when they have disconnected our integration.

 

I searched on internet and found this SOF post, just curious if there is any change since then.

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff

@user44 Здравко is correct; the Dropbox API still does not offer a way to programmatically disconnect the user from the app entirely (as opposed to only revoking a particular token).

View solution in original post

3 Replies 3

Здравко
Legendary | Level 20

No any changes yet unfortunately. 🤷

Greg-DB
Dropbox Staff

@user44 Здравко is correct; the Dropbox API still does not offer a way to programmatically disconnect the user from the app entirely (as opposed to only revoking a particular token).

user44
Explorer | Level 4

Thanks for responding @Здравко and @Greg-DB, Is there a work around or what best can be done in this situation, we would not like to keep getting hit by webhooks for users who are no longer using our Dropbox integration. 

Need more support?