The dbxmlDeleteContainer
accessor deletes an XML container from Berkeley DBXML.
The container specification to be deleted is provided as the operator argument and is
an XML fragment.
If successful the response is a voidAspect otherwise an exception is thrown.
Operator Format
The format for the operator is...
<dbxml>
<name>mycontainer</name>
</dbxml>
The name tag is required and specifies the identity for the container in the BDBXML database.
Reference