DELETE
/
api
/
v1
/
liquidity
/
management
/
loan
/
{id}
Cancel a Loan Request
curl --request DELETE \
  --url https://api.mansa.io/api/v1/liquidity/management/loan/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-API-Key: <api-key>'
{
  "message": "Loan request cancelled",
  "loan_request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

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

Response

Loan request cancelled

The response is of type object.