---
title: "Remove a single label from an order"
method: DELETE
path: "/shop/orders/{orderId}/labels/{labelId}"
tags: ["Orders"]
---

# Remove a single label from an order

`DELETE /shop/orders/{orderId}/labels/{labelId}`

Detaches the given `Label` from the order. If the label was not
attached the request is a no-op. The label itself is not deleted
— only its association with the order is removed.

## Response `204`

The label was successfully removed from the order.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found

---

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