A user is looking for a function or way to delete services under a view from an automation script.
A snippet of the code is shown below. Any guidance is appreciated.
Wale Oguntoyinbo [SLC] [DevOps Enabler] Selected answer as best 16th August 2021
Hi Wale,
The common library supports a method to work with services (IDmsService methods). For your use case you could use the method IDmsService.Delete.
In this case keep in mind that you will need to retrieve the existing services in the cluster using the method IDms.GetServices.
Wale Oguntoyinbo [SLC] [DevOps Enabler] Selected answer as best 16th August 2021