Deletes the user using the provided username. This operation cannot be undone. This route is admin-only.delete https://localhost:3000/api/users/{username}Path ParamsusernamestringrequiredResponses 200An array of all remaining users is returned. defaultIn case of an error, an error payload containing error code, name, and description is returned.Updated 3 months ago