Skip to main content
DELETE
/
platform
/
v1
/
payment-methods
/
{paymentMethodId}
Delete a payment method
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.

Authorizations

Authorization
string
header
required

Bearer authentication header using an access token.

Example: Authorization: Bearer <accessToken>

Path Parameters

paymentMethodId
string
required

ID of the payment method to delete.

Response

There is no content to send for this request, but the headers may be useful.