Skip to main content
DELETE
/
api
/
v1
/
liquidity
/
management
/
loan
/
{id}
Cancel Loan Request
curl --request DELETE \
  --url https://api.mansafinance.co/api/v1/liquidity/management/loan/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "message": "Loan request cancelled",
  "loan_request_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Authorization
string
header
required

JWT token following RFC001 specification

Path Parameters

id
string<uuid>
required

ID of the loan request to cancel

Response

Loan request cancelled successfully

message
string
Example:

"Loan request cancelled"

loan_request_id
string<uuid>