Leave a group
Removes the WUTS device from the specified WhatsApp group.
Removes the WUTS device from the specified WhatsApp group.
Authorization
bearerAuth Per-user API token (UUID v4) sent as Authorization: Bearer <token>. Identifies the tenant and user.
In: header
Path Parameters
Group JID (e.g. 120363039000000000@g.us).
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/groups/string/leave"{ "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"}Join a group POST
Joins a WhatsApp group either via an invite link or via an invite code together with the group JID and inviter JID. If the group requires admin approval, the response indicates a pending approval state.
Link a group to a community POST
Adds a child group to a WhatsApp community. The path JID is the community (parent) JID and the body carries the child group JID to be linked.