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