---
title: "Remove label from chat"
method: PUT
path: "/api/labels/remove"
tags: ["labels"]
---

# Remove label from chat

`PUT /api/labels/remove`

Remove label from chat

## Request body

- object
  - `label` string, required — Label ID or name
  - `chatId` string, required — Recipient chat ID

## Response `200`

Successful response

- boolean

## Other responses

- `400` — Validation error
- `500` — Internal server error

---

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