Groups

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.

DELETE
/communities/{jid}/participants

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
AuthorizationBearer <token>

Per-user API token (UUID v4) sent as Authorization: Bearer <token>. Identifies the tenant and user.

In: header

Path Parameters

jid*string

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"}