Model
DeletePaymentToken
Magento\VaultGraphQl\Model\Resolver\DeletePaymentToken
What it does
This GraphQL resolver handles the deletion of stored payment tokens (saved credit cards, payment methods) from a customer's vault.
Developers use this class to process the deletePaymentToken GraphQL mutation, allowing authenticated customers to remove their saved payment methods from their account through the GraphQL API.
Public Methods
- resolve()