REST API ReferenceDelete Payment MethodOn this pageDelete Payment Method DELETE /v1/payments/methods/{payment_method_id} Delete a saved payment method. Parameters NameTypeRequiredDescriptionpayment_method_idstringYesX-API-KeystringNo Responses 200 Successful Response {} 422 Validation Error { "$ref": "#/components/schemas/HTTPValidationError"}