provider admin.conversationsadmin POST /admin.conversations.delete
@utdk/slack /admin.conversations.delete
admin_conversations_delete
Delete 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
adminConversationsDelete
POST/admin.conversations.delete
Delete a public or private channel.

Input

required

The channel to delete.

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.adminConversationsDelete()