deleteLoanApp

Perform various delete operations on loan applications.

Symitar eDocs References: Application Records

Operations

deleteLoanApp

post

Deletes a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/deleteLoanApp
200

Successful operation.

deleteLoanAppEscrow

post

Deletes an escrow for a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppEscrowLocatorintegerRequired

The loan application escrow locator.

Example: 1
Responses
200

Successful operation.

application/json
post
/deleteLoanAppEscrow
200

Successful operation.

deleteLoanAppEscrowAnalysis

post

Deletes an analysis of escrow for a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppEscrowAnalysisLocatorintegerRequired

The loan application escrow analysis locator.

Example: 1
Responses
200

Successful operation.

application/json
post
/deleteLoanAppEscrowAnalysis
200

Successful operation.

deleteLoanAppFinance

post

Deletes finance information for a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppFinanceLocatorintegerRequired

The loan application finance locator.

Example: 1
Responses
200

Successful operation.

application/json
post
/deleteLoanAppFinance
200

Successful operation.

deleteLoanAppNote

post

Deletes a note for a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppNoteLocatorintegerRequired

The loan application note locator.

Example: 1
Responses
200

Successful operation.

application/json
post
/deleteLoanAppNote
200

Successful operation.

deleteLoanAppPerson

post

Removes a person from a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppPersonLocatorintegerRequired

The loan application person locator.

Example: 1
Responses
200

Successful operation.

application/json
post
/deleteLoanAppPerson
200

Successful operation.

deleteLoanAppSchedule

post

Deletes a schedule for a loan application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppScheduleIdstringRequired

The loan application schedule ID.

Example: 123
Responses
200

Successful operation.

application/json
post
/deleteLoanAppSchedule
200

Successful operation.

Last updated

Was this helpful?