feat(core): add endpoint to clean up empty, unactivated accounts #109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There will be empty accounts that are created and never used. We can safely delete these if they are older than X amount of days.
This would be an admin action, and it would help to have a specific endpoint to handle this on the API side.