Skip to content

Remove participants

Remove participants from a WhatsApp group.

Not available on Coexistence numbers. Requires a Cloud API-only number.

DELETE /v1/whatsapp/wa-groups/{groupId}/participants

Remove participants from a WhatsApp group.

Not available on Coexistence numbers. Requires a Cloud API-only number.

Parameters

  • groupId (path, string) required — Group ID

  • accountId (query, string) required — WhatsApp social account ID

Request body

Content-Type: application/json

  • phoneNumbers (array) required — Phone numbers to remove

Responses

200 — Participants removed

  • success (boolean)
  • message (string)

401