Hi @jasmedina,
Usually there are two events that you can query in the search, one will account deletion and other will give you identity deletion events with user details, PFB:
“Delete User Passed” and “Delete Identity Passed” but this you cannot search with regards to some source (application).
"delete user passed" AND created:[now-1d TO now]
"delete user passed" AND created:<date>
I would recommend you to a excellent feature “Native Change Detection” by this you can monitor following:
- Account Creation
- Account Update
- Account Deletion
Please find the SailPoint document to enable this feature in your source and steps how you can search these events.
Native Change Account Deleted | SailPoint Developer Community
Hope this will help!