When using loadXml(), DataMgr is non-destructive to the database schema (it will never remove any part of the database schema). If you want to, however, you can remove a table by using the removeTable() method.
Arguments:
tablename (required): The name of the table from which you want to remove a column.