I had some records in Squidex schema with predefiend Ids. One of the team member deleted them from Squidex and when I am adding it back with same Id it throws exception that (Object_Conflict error) item already exist. I tried to call delete method but it throws (object not found error).
Data is there in Squidex but looks like soft deleted. I want to permanently delete that content and recreate with same Id. I tried to even drop schema and create it again but still stuck in this situation.
Or if there is way to bring back the deleted content somehow and use API to permanently delete them.
I am kind of stuck…