# File lib/active_merchant/billing/gateways/trust_commerce.rb, line 282
      def unstore(identification, options = {})
        parameters = {
          :billingid => identification,
        }
                                                  
        commit('unstore', parameters)
      end