v1

latestOpenAPI 3.0.02026-07-2491237338.9 KB
WhatsApp Groups

Delete a group

Deletes a WhatsApp group.

The request is processed asynchronously. Use webhooks to receive the final group lifecycle result.

delete/whatsapp/{businessPhoneNumber}/groups/{groupId}

Path parameters

businessPhoneNumberstring required
Example:+16315551111

The WhatsApp business phone number in E.164 format.

groupIdstring required
Example:120363345678901234@g.us

WhatsApp group ID.

Response

The group deletion request is successfully accepted.

requestIdstring

The request ID for tracking the asynchronous operation in webhooks.

status'pending'

The asynchronous request status.

Example response

{
  "requestId": "REQ_1",
  "status": "pending"
}