MegaAntiCheat / masterbase

API/Data Platform for Ingesting, Storing, and Serving Data through Postgres, and Litestar
9 stars 1 forks source link

Add Endpoint for user to delete all their data #9

Open jayceslesar opened 6 months ago

jayceslesar commented 6 months ago

I think it is wise to include an endpoint for a user to wipe all of their data from the DB, either facilitated by an admin, or the user themselves, as an instant and irreversible action.

@kavorite @lili7h this one is a little tricky as this could be large amounts of data -- worth figuring out how we can sample what we need on the fly during ingestion to trim the fat as soon in the pipeline as posslbe