Services currently don't clean up after themselves if a user is deleted. Add admin endpoint that takes an ID and deletes data associated with it. Can then be called periodically by a clean up service.
This PR will not implement it on all services but lay the ground work for it to be done.
Services currently don't clean up after themselves if a user is deleted. Add admin endpoint that takes an ID and deletes data associated with it. Can then be called periodically by a clean up service.
This PR will not implement it on all services but lay the ground work for it to be done.