group_deleted event
A private channel was deleted
Facts
Required Scopes
Usage info
This example includes both the event wrapper and the event structure for the group_deleted event.
{
"token": "XXYYZZ",
"team_id": "T123ABC456",
"api_app_id": "A123ABC456",
"event": {
"type": "group_deleted",
"channel": "G0QN9RGTT"
},
"type": "event_callback",
"authorizations": [
{
"team_id": "T123ABC456",
"user_id": "U123ABC456",
"is_bot": false,
"is_enterprise_install": false,
}
],
"event_id": "Ev123ABC456",
"event_time": 123456789
}
The group_deleted event is sent to all members of a private channel when it is deleted. Clients can use this to update their local list of private channels.