Customer: Delete
- PHP
$result = $gateway->customer()->delete('a_customer_id');
$result->success #=> true
Arguments
customerId
required, stringA string value representing an existing customer in your Vault.
$result = $gateway->customer()->delete('a_customer_id');
$result->success #=> true
customerId
required, string