Hi team,
We're struggling the the disk usage of our training environment as it's reaching its full capacity, there are several applications that can be deleted completely. However, there's no bulk deletion of applications including its contents, out-of-the-box.
Do you know any easier way to perform these deletions?
P.D.: We would like to delete the DB objects (tables, views, etc) related to these applications as well.
Thank you in advance!
Regards,
Tomás
Discussion posts and replies are publicly visible
Best viable solution, though time taking in reviewing and deleting manually in my experience. Avoids dependency errors as well as erroneous deletions in general.
First, for db objects prepare scripts successfully and then you can run them all together at one go. Once db objects are deleted, For Appian objects - I would suggest to add the objects carefully to a separate package which you want to delete - then review contents so that nothing relevant gets deleted and lastly delete the artifacts until package is empty.