I’m using awx.awx.job_template to create notifications for job tempate. But I can’t remove these notification rules after adding with code. I already tried removing notification_templates_error or set this value as empty '' but notification still there.
Actually I can work around by using UI, but I want to know how I can manage it without interacting with UI.
Thanks for your suggestion.
Actually I may do it via API, but for the long terms it not really nice. I have AWX in many environments, some of them I can’t get access to.Delete notification via API seems not really good solution in my case and it quite hard to control when I remove/add new job templates.