---
title: "Terminate a lead."
method: POST
path: "/Leads/{leadId}/terminate"
tags: ["DELETE Details"]
---

# Terminate a lead.

`POST /Leads/{leadId}/terminate`

This endpoint allows you to terminate a lead by either revoking, rejecting or making it ineligible and supplying a corresponding reason.

## Path parameters

- `leadId` string, uuid, required

## Headers

- `api-version` string

## Request body

- TerminateLeadReasonModel
  - `type` 'Reject' | 'Revoke' | 'Ineligible', required — Gets or sets the Reason Type of the Terminate Lead by Partner.
  - `reason` 'RJ024' | 'RJ025' | 'RJ026' | 'RJ027' | 'RJ028' | 'RJ029' | 'RJ030' | 'RS001' | 'RS002' | 'RS003' | 'RS004' | 'RS005' | 'RS006' | 'RS007' | 'RS008' | 'RS009' | 'RS010' | 'RS012' | 'RS013' | 'RS014' | 'RS015' | 'RS016' | 'RS017' | 'RS018' | 'RS019' | 'EL017' | 'EL018' | 'RS020', required — Gets or sets the Reason of the Terminate Lead by Partner.

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/youlend/apis/prequalification.md) · [All operations](https://skmtc.dev/youlend/apis/prequalification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/youlend/prequalification/revisions/a76313c6cc3d/schema)
