Function dropbox_sdk::sharing::unshare_folder
source · [−]pub fn unshare_folder(
client: &impl UserAuthClient,
arg: &UnshareFolderArg
) -> Result<Result<LaunchEmptyResult, UnshareFolderError>>Available on crate feature
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.