pub fn docs_users_remove(
    client: &impl UserAuthClient,
    arg: &RemovePaperDocUser
) -> Result<Result<(), DocLookupError>>
👎 Deprecated
Available on crate feature dbx_paper only.
Expand description

Allows an owner or editor to remove users from a Paper doc using their email address or Dropbox account ID. The doc owner cannot be removed. Note that this endpoint will continue to work for content created by users on the older version of Paper. To check which version of Paper a user is on, use /users/features/get_values. If the paper_as_files feature is enabled, then the user is running the new version of Paper. Refer to the Paper Migration Guide for migration information.