---
title: "Rename label"
method: PATCH
path: "/labels/{LabelID}"
tags: ["Labels"]
---

# Rename label

`PATCH /labels/{LabelID}`

Rename label in WhatsApp Business

## Path parameters

- `LabelID` string, required — Label ID

## Request body

- RenameLabel
  - `name` string, required — Label name

## Response `200`

OK

- ResponseSuccess
  - `success` boolean

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization for rename label
- `404` — Specified label not found
- `500` — Internal Error

---

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