Help

Mass Delete on Condition

Topic Labels: API
2174 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Kern_Elliott
5 - Automation Enthusiast
5 - Automation Enthusiast

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

2 Replies 2
Tuur
10 - Mercury
10 - Mercury

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

deepthy_jeevana
4 - Data Explorer
4 - Data Explorer

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.