Payment Method: Delete
- Node
gateway.paymentMethod.delete("theToken", (err) => {});Arguments
tokenrequired, StringThe alphanumeric value that references a specific payment method stored in your Vault.
Additional Parameters
revokeAllGrantsboolWhen true, all grants of the payment method to other merchants will automatically be revoked. The default value is false.