One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
MSwapnilW
5 years agoNew member | Level 2
Can we delete /suspend user from Dropbox using .NET api
How can we delete / suspend user from dropbox using .NET api.
I wanted to create console application which take users as input and delete or suspend user from dropbox.
Will it be possible?
Using the Dropbox API v2 .NET SDK, to suspend a member you can use the MembersSuspendAsync method, and to delete a member you can use the MembersRemoveAsync method.
- Greg-DB
Dropbox Staff
Using the Dropbox API v2 .NET SDK, to suspend a member you can use the MembersSuspendAsync method, and to delete a member you can use the MembersRemoveAsync method.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,944 PostsLatest Activity: 59 minutes ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!