# File lib/twitter/base.rb, line 121 def destroy_friendship(id_or_screenname) users(request("friendships/destroy/#{id_or_screenname}.xml", :auth => true)).first end