Cancel a loan applicationCopy Pagepost https://example.com/api/loan-applications/{loanApplicationId}/cancelPOST: /api/loan-applications/{guid}/cancelPath ParamsloanApplicationIduuidrequiredThe unique identifier of the loan application.Body Paramsapplication/jsonapplication/*+jsonCancel inputreasonint32enum1 = NotNeededAnymore, 2 = OtherOffer, 3 = UnableToProvideDocuments, 4 = LongerDurationNeeded, 5 = DiscoverPlatform, 6 = NoConfidence, 7 = Other, 8 = NotEligible12345678Show 8 enum valuesexplanationstring | nullHeaderscontent-typestringenumDefaults to application/jsonGenerated from available request content typesapplication/*+jsonapplication/jsonAllowed:application/*+jsonapplication/jsonResponses 201The entity has been created. 400The input model is not valid.Updated about 1 month ago