Skip to main content

All Loan Delete

GET All Loan Delete

This is the Loan management API used for Deleting all loans.

URL: {{base_url}}/loan-management/v1/loan/all-delete

Request
Request Type: GET
Authorization: Bearer Token
Query Parameter
Key Data Type
status* String
password* String
* required Param

Response: 200
{
 "response":  true,
    "data": null,
    "error": nullDone;
}