Hello, we are developing a tool for managing patrolling profiles. One of the actions we aim to implement is the ability to delete a patrolling profile. To achieve this, we attempted to use a method from the PatrollingProfileFolder class called RemovePatrollingProfile. We tried passing both the profile ID and the profile name to the function, but it is not working. Could you provide any assistance with this? Or suggest an alternative method to successfully delete a patrolling profile?
You need to provide the Path of the patrolling profile you want to remove. If you have the PatrollingProfile object it is as simple as pf.Path, but otherwise it is quite simple to construct it when you have the GUID - format is like this:
PatrollingProfile[3d5d6fd1-b12b-4db8-830c-ee197fd558f9]
Perfect, this worked, thank you!
