EZloan APIs
  • Overview
  • authentication
    • API Key
  • SERVICE APIS
    • v1
      • Credit Decisioning Flow
        • User Setup
          • Sign up
          • Update
          • User access
        • Get Borrower Info
        • Upload Borrower Data
        • Check Data Collected
        • Link Extracted Data
        • Remove Linked Data
        • View Summary Variables
        • Get SMS Variables
        • Get Credit Score
        • Get Top Locations
      • Scoring Formula
      • Scoring Weights
      • Business Rules
      • Payments
        • Get Due Payments
      • Credit Products
      • Credit Applications
      • Financial Providers
      • Issue CSV [WIP]
      • Report Borrower
      • Template Extender
  • Error codes
    • HTTP Codes
Powered by GitBook
On this page

Was this helpful?

  1. SERVICE APIS
  2. v1
  3. Credit Decisioning Flow

Remove Linked Data

Remove linked data of the requested borrower

GET https://ezloan.genify.ai/borrowers/remove_linked_data/{borrower_uuid}

Path Parameters

Name
Type
Description

borrower_uuid*

string

UUID of the requested borrower.

Headers

Name
Type
Description

user_name*

string

partner's username.

authorization*

string

partner's api key.

Borrower has no linked summary, products, locations nor apps.

PreviousLink Extracted DataNextView Summary Variables

Last updated 2 years ago

Was this helpful?