As long as you can access its parent, you should be able to
delete it. E.g. (untested):

$ ./bin/zopectl debug
>>> from AccessControl.SecurityManagement import newSecurityManager
>>> user = app.somefolder.acl_users.getUser('somemanageruser')
>>> newSecurityManager(None, user)
>>> app.somefolder.manage_delObjects(['somemanagerobject'])

--
Jean Jordaan
http://www.upfrontsystems.co.za
_______________________________________________
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests

Reply via email to