# File lib/twitter/base.rb, line 211 def list_unsubscribe(list_owner_username, slug) perform_delete("/#{list_owner_username}/#{slug}/subscribers.json") end