Is there a way to write a cron job that runs daily to find expired users with products (6 and 9) and then deletes these users from the system.
Yes sure this could be done. Please have a look how to add custom code to aMember: http://www.amember.com/docs/API/HookManager
This is great information. Thanks. Knowing the hooks and events available helps. But I'm not skilled enough to write the function. Can you provide a bit more direction based on my requirements? I need an event that runs daily to find users with expired products (4 and 6) and then deletes these users from the system ONLY if they do not have another active product.