Removes a single SCRA interest rate (interestType=AbsoluteScra) on a line of credit loan.
The specified rateId must refer to an active SCRA interest rate on the loan.
Security
oauth2(Required scopes: loan:paymentplan.scra.delete) or bearerAuth or apiKeyHeader
DELETE
- oauth2
- bearerAuth
- apiKeyHeader
curl -i -X DELETE \
'https://sandboxapi.peach.finance/api/people/{personId}/loans/{loanId}/loc-payment-plan-scra?rateId=string&sendNotice=true&caseId=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'