DOM Instance Bulk Deletion
8th October 2024
Hi Daniela, You can delete multiple instances at once in batches of max 100 objects (docs). public void BulkDeleteInstances<T>(ICollection<T> instances) where T : InstanceBase<T> { if (instances == null) { …