Changing path for lambda function causes both endpoints to work

I just changed path for a lambda function and after the change, both endpoints (old and new) are using the lambda function.

I would have expected the old / original path to no longer respond with anything because it would no longer have an lambda function associated with it.

Am I doing something wrong? Or is there something I can do to "clean up’ old paths?

Thanks,
Matt