On Fri, 2016-02-12 at 14:52 +0200, Szabolcs Szasz wrote: > Hi, > > How can I remove faults using API? > for example all faults or faults belonging to a specific product > class?
You will need to do it in two steps. First, query for the tasks belonging to the specific product class and containing a fault. Then delete them one at a time. The API reference in the wiki has examples for querying and deleting tasks. Zaid _______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
