pub fn unshare_folder<'a>(
client: &'a impl UserAuthClient,
arg: &'a UnshareFolderArg,
) -> impl Future<Output = Result<LaunchEmptyResult, Error<UnshareFolderError>>> + Send + 'a
Available on crate features
async_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.