We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace ability to send a DELETE request to v3 obj single (e.g. DELETE /api/v3/obj/user/single/JasonLovesDoggo?lookup=username) with proper deletion functionality. https://discord.com/channels/861455612093530162/1118723959194648586/1196208344067743884
DELETE /api/v3/obj/user/single/JasonLovesDoggo?lookup=username
The text was updated successfully, but these errors were encountered:
current options are.
"send post request then deleted?" "send post request then send email to confirm" "send post request then "deleted in 30 days"
Sorry, something went wrong.
Base of #251
378aa9d
all that is really left is the templates being written (by @nelimalu) and then frontend/app adding the endpoint to their code.
as well, there should be a restriction for new usernames that they cannot start with deleted
oh and api now needs to return is_deleted as well, which I will do
added the templates. rest is Lukas job
c5524b1
does most of the work for #251
nelimalu
JasonLovesDoggo
No branches or pull requests
The text was updated successfully, but these errors were encountered: