System Information
- Strapi Version: 4.9.1
- Operating System: Windows
- Database: sqlite
- Node Version: 18.9.1
- NPM Version: 8.19.2
I want to delete a Profile entry after 3 days but I don’t know where to start. Can someone give me some suggestions?
I want to delete a Profile entry after 3 days but I don’t know where to start. Can someone give me some suggestions?
Welcome to the Strapi community
I would suggest read upon CRON jobs
You can create a cron job to run every 3 days and then do the logic you want it to do.