Credit Card: Delete
ImportantTypically requires PCI SAQ D compliance We
  recommend using
  paymentMethod
  functions to avoid any PCI concerns with raw credit card data being present on your server.
- Node
gateway.creditCard.delete(creditCardToken, (err) => { });Arguments
tokenrequired, StringAn alphanumeric value that references a specific payment method stored in your Vault.
Additional Parameters
initiatedByStringIndicates whether this deletion was initiated by the merchant or the customer (via the merchant site/app). Value should be one of CUSTOMER or MERCHANT.