provider admin.conversationsadmin POST /admin.conversations.archive
@utdk/slack /admin.conversations.archive
admin_conversations_archive
Archive a public or private channel.
token header required
Authentication token. Requires scope: `admin.conversations:write`
string

Try it

Authentication
Configure credentials for Slack Web API
adminConversationsArchive
POST/admin.conversations.archive
Archive a public or private channel.

Input

required

The channel to archive.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.adminConversationsArchive()