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.