Hi all,
after successfully adding objects of a certain class to a page document
via groovy, I cannot find any hint in API nor in the documentation, how
to delete an object. Can anybody help, please?
Matthias
Show replies by date
Here is the answer to my own question:
doc.removeObject(object)
Matthias