# Delete a customer’s payment method Remove a specific payment method. Endpoint: DELETE /customers/{customer_id}/payment-methods/{id} Version: 1.0.0 Security: BearerAuth ## Path parameters: - `customer_id` (string, required) - `id` (string, required) ## Header parameters: - `Accept` (string, required) Example: "application/json" ## Response 200 fields