Cancel Loan Onboarding

This API cancels an existing Loan Onboarding record.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request Body

  • loan_onboarding_id – Unique identifier of the Loan Onboarding record that needs to be cancelled.
{
    "loan_onboarding_id": "LO-02368"
}

Response

The response confirms whether the Loan Onboarding record was successfully cancelled.


Response Body

{
  "message": {
    "message": "Loan Onboarding cancelled successfully"
  }
}
Body Params
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!