A private channel was deleted

Facts

Required scopes

Works with

RTMEvents API
{
    "type": "group_deleted",
    "channel": "G0QN9RGTT"
}

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.

When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more