---
title: "Delete label from node"
method: DELETE
path: "/api/edgenodes/{edgeNodeId}/labels/{labelId}"
tags: ["EdgeNodes"]
---

# Delete label from node

`DELETE /api/edgenodes/{edgeNodeId}/labels/{labelId}`

Deletes the label with the specified id from the node with the specified id.

## Path parameters

- `edgeNodeId` string, uuid, required
- `labelId` string, uuid, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `503` — Service Unavailable

---

[API](https://skmtc.net/crosser/apis/edge-director-api.md) · [All operations](https://skmtc.net/crosser/apis/edge-director-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crosser/edge-director-api/versions/746b3f44e69d/schema)
