Jan
Jan

Reputation: 43199

Revoke Dropbox token programmatically

As already mentioned in the subject, is there a way to revoke a formerly granted Dropbox access token programmatically? For example, Google gives you the possibility to call an url with the token to be revoked. Does Dropbox offer a similar solution?

Upvotes: 0

Views: 139

Answers (1)

Greg
Greg

Reputation: 16940

Yes, you can use the /disable_access_token endpoint:

https://www.dropbox.com/developers/core/docs#disable-token

Upvotes: 1

Related Questions