Remove community participants
Removes one or more participants from a community. Uses the same WhatsApp participant mechanism as regular groups, applied to the community parent JID.
Removes one or more participants from a community. Uses the same WhatsApp participant mechanism as regular groups, applied to the community parent JID.
Authorization
bearerAuth Per-user API token (UUID v4) sent as Authorization: Bearer <token>. Identifies the tenant and user.
In: header
Path Parameters
Community (parent group) JID.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Participants to add to or remove from a community.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/communities/120363401234567890@g.us/participants" \ -H "Content-Type: application/json" \ -d '{ "participants": [ "5511999999999" ] }'{ "success": true, "jid": "string", "action": "string", "participants": [ {} ]}{ "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"}List joined groups GET
Returns every WhatsApp group the WUTS device has joined, including announce/lock status and participant counts. Requires an active, connected WUTS session.
Remove group participants DELETE
Removes participants from a WhatsApp group. The default action is remove, but an explicit action (add, remove, promote, demote) may be supplied in the body to override it. Returns the per-participant result from WUTS.