diff --git a/config/routes.rb b/config/routes.rb index 714086e68..62c9f8b95 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -448,7 +448,6 @@ Rails.application.routes.draw do post 'webhooks/whatsapp/:phone_number', to: 'webhooks/whatsapp#process_payload' get 'webhooks/instagram', to: 'webhooks/instagram#verify' post 'webhooks/instagram', to: 'webhooks/instagram#events' - post 'webhooks/facebook/delete', to: 'webhooks/facebook#process_deletion' namespace :twitter do resource :callback, only: [:show]