Hard deleting with backend workflow

When users delete a project in my app, the ‘for deletion?’ field is set to yes for the project. They have a chance to access projects that are ‘for deletion’, however after 7 days I want the app to automatically delete these projects if the user has not restored them

How can I have the app do this automatically?

Thanks :slight_smile:

Just scheduled a backend workflow to run at the end of the 7 day period, that deletes the items, only if they have not been restored.

I’m asking how to do this