Nov 08, 2017 05:56 AM
Is there a way I can delete all records that are three days older than the current date using the API?
Nov 09, 2017 02:10 AM
Not with one statement. You’ll have to delete them individually.
Oct 21, 2020 09:40 AM
Cant we do this with a script? where the conditions are checked then based on that the delete function will run, or create a view where these records which needs to be deleted are shown, then use that view in a script to delete all from that view every day.