---
title: "Remove a label from an alarm"
method: DELETE
path: "/alarms/{alarmId}/labels/{labelId}"
tags: ["Alarms"]
---

# Remove a label from an alarm

`DELETE /alarms/{alarmId}/labels/{labelId}`

Disassociates a label from a specific alarm.

## Path parameters

- `alarmId` string, uuid, required
- `labelId` string, required

## Response `200`

Label removed successfully.

## Other responses

- `404` — Alarm or Label not found.

---

[API](https://skmtc.net/levelblue/apis/usm-anywhere-api-reference.md) · [All operations](https://skmtc.net/levelblue/apis/usm-anywhere-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/levelblue/usm-anywhere-api-reference/versions/723df8da04b8/schema)
