# File syndic8.rb, line 607
  def delete_subscription_list(list_id)
    call('DeleteSubscriptionList', @user, @pass, list_id).to_i == 1
  end