I am aware of the below:
In [1]: aff4.FACTORY.Delete(rdf_client.ClientURN('C.28fd23102959d17f')) ◄ ----- (C.28fd23102959d17f is the client ID)
What is the best way to delete multiple clients? (say 50 or so).. Can i do something along the lines of:
In [1]: aff4.FACTORY.Delete(rdf_client.ClientURN('C.28fd23102959d17f,C.456fd2456562959d17f,C.34fd231023459d17f'))
Thanks in advance.
Kishan.