Hi, We used to have soft delete and recently enabled hard delete in atlas 1.1. Now we are trying to clean up the soft deleted entities via delete by guid api and not able to clear those.
Is there a way to delete/clean soft deleted entities after enabling hard delete? Even I tried updating the entities with active status to make it active, but the status is still "DELETED". Apache Atlas Version: 1.1 API: DELETE /v2/entity/guid/{guid} Thanks Ravi