Function unshare_folder

Source
pub fn unshare_folder(
    client: &impl UserAuthClient,
    arg: &UnshareFolderArg,
) -> Result<LaunchEmptyResult, Error<UnshareFolderError>>
Available on crate features sync_routes and dbx_sharing only.
Expand description

Allows a shared folder owner to unshare the folder. You’ll need to call check_job_status() to determine if the action has completed successfully.