I'm using fuseki to serve several datasets. And I'm using a style that two
assembler point to the same TDB directory with two different name and URL. When
I delete one dataset using fuseki delete dataset URL, the TDB directory delete
along. So this can problem that another dataset which point to the same TDB
directory fails. And this is the only API I can use to delete dataset without
shuting down the fuseki server. So I have no choice but wrote a new API which
only delete assembler file(besides one which only create dataset with specified
tdb path and other description). Is there another way to do these things? Am I
doing it right?