diff --git a/src/openforms/api/urls.py b/src/openforms/api/urls.py index de5413f989..286d637ea8 100644 --- a/src/openforms/api/urls.py +++ b/src/openforms/api/urls.py @@ -100,10 +100,6 @@ path("forms-import", FormsImportAPIView.as_view(), name="forms-import"), path("prefill/", include("openforms.prefill.api.urls")), path("validation/", include("openforms.validations.api.urls")), - path( - "location/get-street-name-and-city", - RedirectView.as_view(pattern_name="api:geo:address-autocomplete"), - ), path( "logic/description", GenerateLogicDescriptionView.as_view(),