---
title: "Delete a lead label"
method: DELETE
path: "/leadLabels/{id}"
tags: ["LeadLabels"]
---

# Delete a lead label

`DELETE /leadLabels/{id}`

Deletes a specific lead label.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response with id value only. Used in DELETE calls.

- object
  - `success` boolean
  - `data` object
    - `id` string, uuid

## Other responses

- `404` — A resource describing an error

---

[API](https://skmtc.net/pipedrive/apis/pipedrive-api-v1.md) · [All operations](https://skmtc.net/pipedrive/apis/pipedrive-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedrive/pipedrive-api-v1/revisions/bf863a979545/schema)
