Unlink a group from a community
Removes a child group from a WhatsApp community. The path JID is the community (parent) JID and the body carries the child group JID to be unlinked.
Removes a child group from a WhatsApp community. The path JID is the community (parent) JID and the body carries the child group JID to be unlinked.
Authorization
bearerAuth Per-user API token (UUID v4) sent as Authorization: Bearer <token>. Identifies the tenant and user.
In: header
Path Parameters
Community (parent) JID (e.g. 120363039000000000@g.us).
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/groups/string/community/link" \ -H "Content-Type: application/json" \ -d '{ "group_jid": "120363040000000000@g.us" }'{ "success": true}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}{ "success": false, "error": "validation failed", "error_code": "VALIDATION_ERROR", "timestamp": "2026-06-15T12:00:00Z"}Set group picture POST
Updates the group profile photo. Accepts a base64-encoded JPEG image in the request body and returns the new WhatsApp picture ID.
Update group properties PATCH
Updates one or more mutable group properties (name, topic, description, announce mode, lock, join approval, member-add mode). At least one field must be supplied. Returns the refreshed group info from WUTS.