---
title: "Delete lead label"
method: DELETE
path: "/api/v2/lead-labels/{id}"
tags: ["LeadLabel"]
---

# Delete lead label

`DELETE /api/v2/lead-labels/{id}`

Requires one of the following scopes: `lead-labels:delete`, `lead-labels:all`, `all:delete`, `all:all`

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `reassigned_status` number — The interest status to reassign leads and emails to.

## Response `200`

The deleted Lead Label

- LeadLabel — A custom label for categorizing and managing leads
  - `id` string, uuid, required — Unique identifier for the custom lead label
  - `timestamp_created` string, date-time, required — Timestamp when the custom lead label was created
  - `created_by` string, uuid, required — User ID of the creator of this label
  - `organization_id` string, uuid, required — Organization ID that owns this custom lead label
  - `label` string, required — Display label for the custom lead label
  - `interest_status_label` 'positive' | 'negative' | 'neutral', required — Interest status label associated with this label
  - `interest_status` number, required — Interest status associated with this label. This is generated automatically by us.
  - `description` string, nullable — Detailed description of the custom lead label purpose
  - `use_with_ai` boolean, nullable — Whether this label should be used with AI features

## Other responses

- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

[API](https://skmtc.net/instantly/apis/api-explorer.md) · [All operations](https://skmtc.net/instantly/apis/api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantly/api-explorer/versions/378d1e253fe7/schema)
