Is there a way to delete a project from a gateway via Ignition scripting?
What version of Ignition?
8.1.24
If you can get yourself a GatewayContext
then you can get the ProjectManager
and call ProjectManagerBase::deleteProject
.
1 Like