Hi,
you saved a Document into another one as embedded object.
This means that the OrientDB record #32:0 has a field "rac" that actually is a JSON object that contains fields with reserved ODB fields like "@rid" and "@version".
This causes an ODB error and BaasBox cannot prevent it.
You can try to access to the embedded ODB database using its console tool and to provide the following command:
truncate class <collection_you_want_to_delete>
drop class <collection_you_want_to_delete>
delete from _BB_Collection where name = '<collection_you_want_to_delete>'
If you did not use "links", these steps should be enough, although some unused metadata info still remain there.
If the "truncate" command does not work, then it means that the db is corrupted and a deeper analysis is required.