---
title: "Delete Lead"
method: DELETE
path: "/v1.0/leads/{leadId}"
tags: ["Leads"]
---

# Delete Lead

`DELETE /v1.0/leads/{leadId}`

Moves a lead to the trash. A reason is required and is stored for audit. The response body is empty.

## Path parameters

- `leadId` integer, required

## Query parameters

- `reason` string, required

## Headers

- `Authorization` string, required
- `Content-Type` string, required

## Response `200`

Lead trashed.

- object

## Other responses

- `400` — reason missing (20012 INVALID_PARAMETER).
- `401` — Missing or invalid authentication token.
- `404` — Lead does not exist or is not accessible (20006 LEAD_NOT_EXIST).
- `500` — Internal server error.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/versions/23e640467118/schema)
