# File lib/twitter/base.rb, line 195 def list_remove_member(list_owner_username, slug, id) perform_delete("/#{list_owner_username}/#{slug}/members.json", :body => {:id => id}) end