provider conversations POST /conversations.kick
@utdk/slack /conversations.kick
conversations_kick
Removes a user from a conversation.
token header
Authentication token. Requires scope: `conversations:write`
string

Try it

Authentication
Configure credentials for Slack Web API
conversationsKick
POST/conversations.kick
Removes a user from a conversation.

Input

ID of conversation to remove user from.

User ID to be removed.

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