I didn’t mean to delete the two pics, I was just want to download them.
But it’s nearly 100 pics so I deleted two pics not on purpose.
The question is how can I recovery the deleting action?
I didn’t mean to delete the two pics, I was just want to download them.
But it’s nearly 100 pics so I deleted two pics not on purpose.
The question is how can I recovery the deleting action?
is this Squidex Cloud? If so I do not believe the deletePermanent
setting is enabled so should be recoverable:
However I think this was discussed before and potentially an API endpoint could be added but don’t think it has been yet, so would require someone (@Sebastian
if the cloud) to go into database to undelete or is there a hidden method to do this that I have forgotten about?
You can query them with $isDeleted eq true
using an Odata query and then just reupload them using the same ID.