Community Left

Supported & Tested

Emitted after the instance leaves a community successfully.

Example Webhook Event Payload

Webhook Event Body (JSON)
Response · 200 OK
{
  "event": "community.left",
  "instance_id": "39058",
  "community": {
    "instance_id": "39058",
    "community_id": "120363426065285439@g.us",
    "status": "left",
    "beta": true
  },
  "timestamp": "2026-06-15T12:10:00.000Z"
}
Was this page helpful?