micro / services

Real World Micro Services
Apache License 2.0
1.25k stars 137 forks source link

New admin endpoint to delete data #359

Closed domwong closed 2 years ago

domwong commented 2 years ago

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.