Slack
SLACKBOT_CLOSE_DM_OR_MULTI_PERSON_DM
Closes a Slack direct message (DM) or multi-person direct message (MPDM) channel, removing it from the user's sidebar without deleting history; this action affects only the calling user's view.
Remote slackbot
Other tools also called SLACKBOT_CLOSE_DM_OR_MULTI_PERSON_DM?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"title": "Channel",
"examples": [
"D1234567890",
"G0123456789"
],
"description": "The ID of the direct message or multi-person direct message channel to close. Example: D1234567890 or G0123456789."
}
}
}