What is the proper way to delete entries in certain cases in headless-cms Strapi? If one content type gets a specific value.
For example if the date is reached/expired. In my case I've created an events calendar. It has some content types like title, location and date. Each event has to disappear automatically after the event date is reached. How can I achieve this?