So I use Identity Endpoints in my web api app. I created a custom register endpoint, and now I dont really need the "old" one.
Is there a way i can only add the endpoints I want, or remove them?
There's currently no way whatsoever to customize Identity endpoints
Best you can do is maybe try a middleware or something to just return 404 from the old endpoint