Skip to main content

Mass Delete on Condition

  • November 8, 2017
  • 2 replies
  • 23 views

Is there a way I can delete all records that are three days older than the current date using the API?

2 replies

Forum|alt.badge.img+19
  • Inspiring
  • November 9, 2017

Not with one statement. You’ll have to delete them individually.


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.