I need a plugin or a way to delete packages using a function in an interface. We are building an interface where we specify the packages that are already deployed, so it can be deleted automatically for storage purposes.
Discussion posts and replies are publicly visible
Hello dariel , I do not think there is such sort of function or plug-in. You can do this only via the packages lists or by configuring a periodic clean up.
As Konduru Chaitanya mentioned, you can either set it to be deleted after it is deployed or you can enable the periodic cleanups.
You can find more details here: docs.appian.com/.../delete-deployment-packages.html
Thank you Konduru!