I can remove myself from a file shared with my account by another user using the Dropbox web app.How can i achieve the same action via java api?
That would be the /2/sharing/relinquish_file_membership endpoint, which is the DbxUserSharingRequests.relinquishFileMembership method in the Java SDK.