my organization is a startup that has a microservice architecture (python). there are several services that expose some endpoints. the problem is that, as the startup grew, many things were dynamic, code changed and people came and went…and we are certain for a fact that there’s more than a few endpoints that aren’t used anymore and we want to find what those are and delete them. we’re just not sure what the approach to such a problem should be, because we don’t wanna break things…but on the other hand, the code is becoming bloated and filled with garbage…
any known solution or tools for such a problem?