deletePaymentMethod

abstract suspend fun deletePaymentMethod(customerId: String, paymentMethodId: String, idempotencyKey: IdempotencyKey? = null): ApiResult<Unit>