([DELETE] "/subscriptions" に一致するルートはありません)
使用して
<%= link_to 'Unsubscribe', subscriptions_path(feed_id: session[:read_random].last), method: :delete, remote: :true %>
ルート.rb:
resources :subscriptions
DELETE メソッドを使用して実際に /subscriptions/1 の URI を持つリンクが必要ですが、/subscriptions?feed_id=1 しか取得できないようです