# File lib/active_merchant/billing/gateways/authorize_net_cim.rb, line 166 def delete_customer_payment_profile(options) requires!(options, :customer_profile_id) requires!(options, :customer_payment_profile_id) request = build_request(:delete_customer_payment_profile, options) commit(:delete_customer_payment_profile, request) end