Hi All,
In Freshworks, I’m working with custom entity records. Currently, we can only delete records one by one using entity.delete().
However, I need to delete multiple entity records at once based on a condition — for example:
created_at > “2024-07-01”
Right now, there’s no direct support for this kind of filtered bulk delete. Manually looping over records is not scalable for large datasets.
Is there any way of bulk deletion of entity records?