PatchManagement API
If you run DisableBulletins with true it removes them from the Policies.
If you run DisableBulletins with false it disables as expected.
If you run DisableBulletins again with true it doesn't delete, as they have already been disabled.
How do you then delete them, having to run EnsureStaged, SetProperty, SetProperty then DisableBulletins true seems overkill.
---
8. DisableBulletins(System.String,System.Boolean)
Released in: 8.5
Disables provided bulletins and removes them from policies (optionally).
Parameters (in order of usage):
Name | Description |
---|---|
bulletinGuids | GUID list of bulletins |
deletePolicies | set 'true' to delete provided bulletins from policies or 'false' to leave the bulletins in policies (in disabled state) |
Return value: 'true' on success
---
Patch Management Workflow Web Service Application Programming Interface (API)
https://support.symantec.com/us/en/article.doc11543.html
DOC11543