pub async fn delete_name( file: PathBuf, name: String, scope: Option<String>, scope_sheet_name: Option<String>, dry_run: bool, in_place: bool, output: Option<PathBuf>, force: bool, ) -> Result<Value>