Hello,
I am very new to Blockstack development and have been experimenting with all the functions before creating my application. I need to delete entries from my radiks-server (mongodb). I know there is a destroy
function to delete an instance. But it is only deleting the entry from user’s Gaia Hub and not from the radiks server (I can still fetch the instance). I looked in the models.ts file of radiks node module, and the destroy
function seems to call a destroyModel
function which should delete the instance from mongodb but it does not. Am I missing something or is it not possible to delete the instance from mongodb?