Delete customer payment method by external ID

Deletes a specific payment method from a customer's account.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

externalIdstringRequired
The external ID of the customer
paymentMethodIdstringRequired
The ID of the payment method to delete

Response

Payment method deleted successfully

Errors

403
Forbidden Error
404
Not Found Error