Skip to main content
DELETE
/
unstable
/
payment-methods
/
{paymentMethodId}
Delete Payment Method
curl --request DELETE \
  --url https://staging.crossmint.com/api/unstable/payment-methods/{paymentMethodId} \
  --header 'X-API-KEY: <x-api-key>'
This endpoint requires a JWT from an external auth provider (Auth0, Firebase, Stytch, etc.) or a custom JWT backed by a JWKS endpoint. Crossmint Auth is not supported.

Headers

X-API-KEY
string
required

API key required for authentication

Path Parameters

paymentMethodId
string
required

Response

204

The payment method has been successfully deleted