Handling Deleted Actions via API

Is there an efficient way to get information via APIs if an action is deleted from NXT? We've tried the following:
1 - check every action we have previously picked up to see if it is still valid or not. Issue - quota limits are hit and this is an extremely inefficient way to check if an active is still active or not
2 - delete the current list of actions we have and re-get the list of actions from NXT. Issue - we may be deleting mostly unaffected data. This is highly inefficient and also will hit quota limits.

Is there a better solution available that we are missing?

Comments