---
title: "Delete label association"
method: DELETE
path: "/labels/{LabelID}/{AssociationID}"
tags: ["Labels"]
---

# Delete label association

`DELETE /labels/{LabelID}/{AssociationID}`

Through this method, it is possible to remove the labels from a chat in WhatsApp Business

## Path parameters

- `LabelID` string, required — Label ID
- `AssociationID` string, required — Chat ID

## Response `200`

OK

- ResponseSuccess
  - `success` boolean

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization for delete label association
- `404` — Specified association 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)
