# File lib/twitter/base.rb, line 37
    def status_destroy(id)
      perform_post("/statuses/destroy/#{id}.json")
    end