Skip to main content

Mass Delete on Condition

  • November 8, 2017
  • 2 replies
  • 20 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
  • 366 replies
  • November 9, 2017

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


  • New Participant
  • 1 reply
  • October 21, 2020

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.