Slack
SLACK_REMOVE_A_USER_FROM_A_CONVERSATION
Removes a specified user from a Slack conversation (channel); the caller must have permissions to remove users and cannot remove themselves using this action.
Remote slack
Other tools also called SLACK_REMOVE_A_USER_FROM_A_CONVERSATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user": {
"type": "string",
"description": "The ID of the user to be removed from the conversation.\nExamples:\n \"U012A3BCD4E\"\n \"W1234567890\""
},
"channel": {
"type": "string",
"description": "ID of the conversation (channel) to remove the user from.\nExamples:\n \"C012AB3CD4E\"\n \"G1234567890\""
}
}
}