# Delete a Payment Method Deletes the specified payment method from the customer's account. Endpoint: DELETE /v2/customer/payment-methods/{paymentMethodId} Version: v2 Security: ApiKeySecurityScheme, CustomerAppScopeSecurityScheme, CustomerTokenSecurityScheme ## Header parameters: - `x-md-api-version` (string, required) Enum: "4" - `x-bite-org-id` (string, required) The org ID you are working with. - `x-bite-order-channel` (string, required) The order channel you are working with. Enum: "catering", "flash", "kiosk", "linebuster", "web" ## Path parameters: - `paymentMethodId` (string, required) The ID of the payment method that's being worked on. ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields