pub fn delete_batch(
client: &impl UserAuthClient,
arg: &DeleteBatchArg,
) -> Result<DeleteBatchLaunch, Error<NoError>>
Available on crate features
sync_routes
and 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.