Delete the Braintree payment method

Deletes the Braintree payment method associated with the provided token.

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
path Parameters
paymentMethodToken
required
string

The unique ID of the payment method

header Parameters
cookie
string

The session cookie.

Example: `blaize_session=...` (string)
Responses
204

No Content

401

Unauthorized

404

Not Found

delete/zephr/payment/braintree/payment-methods/{paymentMethodToken}