pub fn delete_batch_check<'a>(
client: &'a impl UserAuthClient,
arg: &'a PollArg,
) -> impl Future<Output = Result<DeleteBatchJobStatus, Error<PollError>>> + Send + 'aAvailable on crate features
async_routes and dbx_files only.Expand description
Returns the status of an asynchronous job for delete_batch(). If
success, it returns list of result for each entry.