A channel was archived

Facts

Required scopes

Works with

RTMEvents API
{
	"type": "channel_archive",
	"channel": "C123ABC456",
	"user": "U123ABC456"
}

The channel_archive event is sent to all connections for a workspace when a public channel is archived. Clients can use this to update their local list of 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