Remove participants
Groups
Remove Participants
Remove participants of the group
POST
Remove participants
Description
This endpoint allows removing participants from a group.URL Parameters
WhatsApp unique session ID
Group ID in format
120363XXXXX@g.usBody
Body Parameters
| Property | Type | Required | Description |
|---|---|---|---|
participants | array | ✅ Yes | Array of JIDs of the participants to be removed. Format: ["5511999999999@s.whatsapp.net"] |
Response
Status Codes
200- Participants removed successfully400- Invalid parameters401- Unauthorized403- No permission (admins only)404- Group not found
