pub fn remove_file_member(
    client: &impl UserAuthClient,
    arg: &RemoveFileMemberArg
) -> Result<Result<FileMemberActionIndividualResult, RemoveFileMemberError>>
👎 Deprecated:

replaced by remove_file_member_2

Available on crate feature dbx_sharing only.
Expand description

Identical to remove_file_member_2 but with less information returned.