pub fn delete_batch(
    client: &impl UserAuthClient,
    arg: &DeleteBatchArg
) -> Result<Result<DeleteBatchLaunch, NoError>>
Available on crate feature dbx_files only.
Expand description

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.