---
title: "Deletes an extractor label from the database"
method: DELETE
path: "/extractors/labels/{id}"
tags: ["extractors"]
---

# Deletes an extractor label from the database

`DELETE /extractors/labels/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- ExtractorsLabel — An arbitrary text label on which users can filter the Extractor Catalog
  - `id` string
  - `name` string
  - `category` string
  - `extractors` string[]

## Changes

- **2021-07-16** `a30d6f31f27f` — 2 info
  - api tag `extractors` added
  - api tag `extractions` removed
- **2020-11-02** `4a5f02af4dcf` — 1 info
  - endpoint added
- **2020-11-02** `156ced872972` — 1 breaking
  - api path removed without deprecation
- **2020-10-30** `a0a7bba123dc` — 1 info
  - endpoint added
- **2020-09-29** `8bd7fd33f496` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/clowder-framework/apis/clowder/changes/extractors/labels/:id/delete.md)

---

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