diff --git a/InvenTree/InvenTree/urls.py b/InvenTree/InvenTree/urls.py
index 2e28ddf077..e74f34c956 100644
--- a/InvenTree/InvenTree/urls.py
+++ b/InvenTree/InvenTree/urls.py
@@ -70,9 +70,6 @@ apipatterns = [
     # Plugin endpoints
     url(r'^action/', ActionPluginView.as_view(), name='api-action-plugin'),
 
-    # Webhook enpoint
-    path('', include(common_api_urls)),
-
     # InvenTree information endpoint
     url(r'^$', InfoView.as_view(), name='api-inventree-info'),