0

I'm ok granting permissions to an app using Box API 2.0. But I'm in the need to let users revoke given permissions.

TIA

chok68
  • 875
  • 9
  • 10

1 Answers1

0

To do this programmatically, you can use the v1 logout method. The user can also revoke the access of any application at any time within their account settings on box.com.

seanrose
  • 8,185
  • 3
  • 20
  • 21
  • sean, i am not seeing a list of approved apps in my account settings, under apps. i know i have at least one, which was not installed through the marketplace... i have a personal account. does being able to revoke an app depend on account type? or app type (marketplace or not)? – avioing Aug 14 '12 at 21:37
  • @seanrose: i was hoping to do that using Box API 2.0 as my original question. thanks for your help. – chok68 Aug 20 '12 at 17:22