curl --request DELETE \
--url https://api.moonpay.com/platform/v1/payment-methods/{paymentMethodId} \
--header 'Authorization: Bearer <token>'{
"code": "unauthorized",
"message": "Not authorized"
}Remove a stored payment method for a customer
curl --request DELETE \
--url https://api.moonpay.com/platform/v1/payment-methods/{paymentMethodId} \
--header 'Authorization: Bearer <token>'{
"code": "unauthorized",
"message": "Not authorized"
}Documentation Index
Fetch the complete documentation index at: https://dev.moonpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header using an access token.
Example: Authorization: Bearer <accessToken>
ID of the payment method to delete.
There is no content to send for this request, but the headers may be useful.