# File lib/twitter/client/saved_searches.rb, line 68 def saved_search_destroy(id, options={}) response = delete("1/saved_searches/destroy/#{id}", options) format.to_s.downcase == 'xml' ? response['saved_search'] : response end