Introduction
Transactions
Buyers
Checkout Sessions
Payment links
Payment options
Refunds
Instruments
- Card schemes
- Card details
- Digital wallets
- Gift cards
- Payment methods
- Payment method definitions
Vault
- Account updater
- Network tokens
- Payment service tokens
- Vault Forward
- Vault Forward endpoints
- Vault Forward authentication
Connections
- All services
- Payment services
- Digital wallets
- Anti-fraud services
Other
- Flow
- Reports
- Report executions
- Webhook subscriptions
Delete a payment method
Remove a stored payment method
A previously vaulted payment method can be deleted by calling the
DELETE /payment-methods/{payment_method_id}
API.
Copy
Ask AI
curl -i -X DELETE "https://api.example.gr4vy.app/payment-methods/77a76f7e-d2de-4bbc-ada9-d6a0015e6bd5" \
-H "Authorization: Bearer [JWT_TOKEN]"
The API returns an empty response once the payment method was deleted.
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.