Function dropbox_sdk::files::delete_batch_check[][src]

pub fn delete_batch_check(
    client: &impl UserAuthClient,
    arg: &PollArg
) -> Result<Result<DeleteBatchJobStatus, PollError>>
This is supported on crate feature dbx_files only.

Returns the status of an asynchronous job for delete_batch(). If success, it returns list of result for each entry.