Chat
Unassign label
Removes a specific label from a chat
DELETE
Unassign label
Auth:
TokenAccount or TokenInstance • Rate-limit: Global (100/min) • Idempotent: yes
Description
Removes one label from a chat. If the chat does not have that label, the operation is considered a success (idempotent). The label itself is not deleted, to delete it, use Delete label.Example
Success response
The response confirms the removal by echoing thetag_id. The envelope reuses the same shape as tags-assign, only with message: "Tag removed successfully".
200 OK
Path parameters
string
required
Instance name.
Query params
string
required
Phone number, private JID (
...@s.whatsapp.net or ...@lid), group JID (...@g.us), or newsletter.string
required
ID of the label to remove.
Headers
Error responses
Error 400
Related
Assign label
Reassign the label to another chat.
Delete label
Remove the label from the entire instance.