Appearance
Cancel Unlock Request
DELETE
/v1/loans/unlock
Cancels a pending unlock request for a loan. This removes a previously submitted unlock request, returning the loan to its prior state.
Authorizations
apiKey
Your API key
Type
API Key (header: X-VALR-API-KEY)
apiSignature
HMAC SHA512 signature of the request (see Authentication section)
Type
API Key (header: X-VALR-SIGNATURE)
apiTimestamp
Request timestamp in milliseconds
Type
API Key (header: X-VALR-TIMESTAMP)
Request Body
application/json
JSON
{
"currencySymbol": "USDC",
"loanId": "1289055810346737664"
}
Responses
Unlock request cancelled successfully