Skip to main content
POST
/
api
/
v1
/
groups
/
{group_jid}
/
participants
/
remove
Remove Participant
curl --request POST \
  --url https://api.example.com/api/v1/groups/{group_jid}/participants/remove
{
  "success": true,
  "details": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string | null

Path Parameters

group_jid
string
required

Query Parameters

session_name
string
required

WhatsApp session name

participant_jid
string
required

Participant full JID (@s.whatsapp.net)

Response

Successful Response

Generic response for group operations.

success
boolean
required
details
string
required