diff --git a/config/routes/api.rb b/config/routes/api.rb
index 4ce4751c4d..e5c37ac4e0 100644
--- a/config/routes/api.rb
+++ b/config/routes/api.rb
@@ -32,7 +32,6 @@ namespace :api, format: false do
 
         resource :history, only: :show
         resource :source, only: :show
-        resources :reactions, only: [:update, :destroy]
 
         post :translate, to: 'translations#create'
       end