# File lib/twitter/base.rb, line 69 def direct_message_destroy(id) perform_post("/direct_messages/destroy/#{id}.json") end