0

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Jan
  • 42,290
  • 8
  • 54
  • 79

1 Answers1

1

Yes, you can use the /disable_access_token endpoint:

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

Greg
  • 16,359
  • 2
  • 34
  • 44