---
title: "Delete Label"
method: DELETE
path: "/v1/agents/{agent_id}/labels/{label_id}"
tags: ["Labels"]
---

# Delete Label

`DELETE /v1/agents/{agent_id}/labels/{label_id}`

delete a free-standing label; cannot delete reserved labels; cannot delete if associated.

## Path parameters

- `agent_id` integer, required
- `label_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 20 revisions in range; 1 not diffed.

- **2026-08-27** `a52d6f90f25a` — 1 breaking
  - for the `path` request parameter `label_id`, the type/format was changed from `string`/`` to `string`/`uuid`

[Change history](https://skmtc.dev/getbluejay/apis/bluejay-api/changes/v1/agents/:agent_id/labels/:label_id/delete.md)

---

[API](https://skmtc.dev/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.dev/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/84e25a31d733/schema)
