pub async fn batch_delete<T: Debug + Into<Vec<String>>>( client: &impl Client, entity_ids: T, ) -> Result<(), ClientError>
Batch delete entity.
See BatchDeleteRequest