Hi all,
If a resource is used in past, cancelled or future reservations, the SrmManagers.ResourceManager.RemoveResources(params Resource[] resources) method doesn't delete the resource. There are boolean flags/parameters that can be passed to the method to ignore past or cancelled reservations. Is there a similar option to ignore future reservations too and forcefully delete the resource? I thought the Force property in ResourceDeleteOptions could do the job but that is not intended for such cases.
Is there another way to force the delete/remove action?
Hi Fenta,
No, in this case you need to delete the reservation first.
Otherwise, you could end up with a reservation that contains invalid references to resources.