How to Delete old posts / submissions automatically

Hey is there any way to make a system to delete form submissions that have a date input to be deleted if their date input is older then the current date

It is possible but we do not provide such a feature. So, you’d have to write it and run it on one of your systems (or you could potentially deploy a function here which you trigger regularly from another system like cron or zapier.com’s scheduled zaps.)

Our API allows deletion of form submissions, so you could run a daily job to check for older submissions and delete them using these calls: