Skip to main content
DELETE
/
v1
/
loans
/
{id}
/
loan-officer
Remove Loan Officer
curl --request DELETE \
  --url https://sandbox-api.itscovered.com/lenders/v1/loans/{id}/loan-officer \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT Token

Path Parameters

id
string
required

The unique identifier of the loan application

Example:

"693f2f46-69ff-4f20-a4d9-abe982d34fd4"

Response

204

No Content