# File lib/twitter/base.rb, line 140
    def disable_notifications(id)
      perform_post("/notifications/leave/#{id}.json")
    end