Payment Method: Delete
- DOTNET
var result = gateway.PaymentMethod.Delete("the_token");
result.IsSuccess();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.