When using DELETE /v1/schema to delete the whole class towards weaviate, data is sometimes left on disk and in memory but the schema is deleted. It is then not possible to retrieve the data and not to do another delete. So if I recreate the schema it is not possible to fetch the old data and a new delete to the new schema does not delete the old data. Have only encountered in a multi shard setup and sometimes only on one of two shards.
Is it possible through the api to do a hard delete in some way and not delete the storage catalog?