Purge BFI inventory database after certain period of time if has usage and is present is 0

Hello Experts,

I am querying Bigfix inventory using REST API and getting the software inventory and usage details. We are filtering using two flags has_usage and is_present and noticed that if has_usage =0 and is_present =0 or has_usage =1 and is_present=0 in either cases we see that the data’s will not provide any values to our business after certain period of time (say 90 days) and no point in keeping those data’s in database.

My question is will BigFix has any auto purging logic (default property) to delete those records from BFI database so that even it will not be queried using REST APIs too. If not how can we purge those data’s manually from the BFI database?

Thanks in advance