[][src]Function dropbox_sdk::files::delete_batch

pub fn delete_batch(
    client: &impl UserAuthClient,
    arg: &DeleteBatchArg
) -> Result<Result<DeleteBatchLaunch, ()>>
This is supported on crate feature dbx_files only.

Delete multiple files/folders at once. This route is asynchronous, which returns a job ID immediately and runs the delete batch asynchronously. Use delete_batch_check() to check the job status.