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